We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d08da62 + e76a287 commit b7deca8Copy full SHA for b7deca8
src/main/java/org/jabref/gui/icon/InternalMaterialDesignIcon.java
@@ -57,7 +57,7 @@ public Icon getSmallIcon() {
57
public Node getGraphicNode() {
58
GlyphIcons icon = icons.get(0);
59
60
- Text text = new Text(icon.unicode());
+ Text text = new Text(unicode);
61
text.getStyleClass().add("glyph-icon");
62
text.setStyle(String.format("-fx-font-family: %s;", icon.fontFamily()));
63
0 commit comments