mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
increase tab icon size by 1pt
This commit is contained in:
parent
11a201b3f5
commit
c8aa1b0a19
1 changed files with 2 additions and 2 deletions
|
@ -957,7 +957,7 @@ public class AppController implements Initializable {
|
||||||
}
|
}
|
||||||
Tab tab = new Tab("");
|
Tab tab = new Tab("");
|
||||||
Glyph glyph = new Glyph(FontAwesome5.FONT_NAME, FontAwesome5.Glyph.WALLET);
|
Glyph glyph = new Glyph(FontAwesome5.FONT_NAME, FontAwesome5.Glyph.WALLET);
|
||||||
glyph.setFontSize(9.0);
|
glyph.setFontSize(10.0);
|
||||||
glyph.setOpacity(TAB_LABEL_GRAPHIC_OPACITY_ACTIVE);
|
glyph.setOpacity(TAB_LABEL_GRAPHIC_OPACITY_ACTIVE);
|
||||||
Label tabLabel = new Label(name);
|
Label tabLabel = new Label(name);
|
||||||
tabLabel.setGraphic(glyph);
|
tabLabel.setGraphic(glyph);
|
||||||
|
@ -1101,7 +1101,7 @@ public class AppController implements Initializable {
|
||||||
|
|
||||||
Tab tab = new Tab("");
|
Tab tab = new Tab("");
|
||||||
Glyph glyph = new Glyph("FontAwesome", FontAwesome.Glyph.SEND);
|
Glyph glyph = new Glyph("FontAwesome", FontAwesome.Glyph.SEND);
|
||||||
glyph.setFontSize(9.0);
|
glyph.setFontSize(10.0);
|
||||||
glyph.setOpacity(TAB_LABEL_GRAPHIC_OPACITY_ACTIVE);
|
glyph.setOpacity(TAB_LABEL_GRAPHIC_OPACITY_ACTIVE);
|
||||||
Label tabLabel = new Label(tabName);
|
Label tabLabel = new Label(tabName);
|
||||||
tabLabel.setGraphic(glyph);
|
tabLabel.setGraphic(glyph);
|
||||||
|
|
Loading…
Reference in a new issue