Skip to content

Commit f714d20

Browse files
committed
changed x and minus to close and minimize Icons
1 parent 0f318ae commit f714d20

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/main/resources/layouts/ViewLayout.fxml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,21 @@
8585
<Font name="Open Sans Regular" size="14.0" />
8686
</font>
8787
</TextArea>
88-
<Button fx:id="minimizeButton" layoutX="248.0" layoutY="2.0" mnemonicParsing="false" prefHeight="11.0" prefWidth="21.0" stylesheets="@../css/application.css" text="_">
88+
<Button fx:id="minimizeButton" layoutX="264.0" layoutY="7.0" mnemonicParsing="false" stylesheets="@../css/application.css">
8989
<font>
9090
<Font name="Open Sans Regular" size="12.0" />
91-
</font></Button>
92-
<Button fx:id="closeButton" layoutX="268.0" layoutY="6.0" mnemonicParsing="false" prefHeight="11.0" prefWidth="21.0" stylesheets="@../css/application.css" text="x">
91+
</font>
92+
<graphic>
93+
<FontAwesomeIconView glyphName="WINDOW_MINIMIZE" glyphStyle="fas" size="10" text="" />
94+
</graphic></Button>
95+
<Button fx:id="closeButton" layoutX="287.0" layoutY="7.0" mnemonicParsing="false" stylesheets="@../css/application.css">
9396
<font>
9497
<Font name="Open Sans Regular" size="12.0" />
95-
</font></Button>
98+
</font>
99+
<graphic>
100+
<FontAwesomeIconView glyphName="TIMES" glyphStyle="fas" size="10" />
101+
</graphic>
102+
</Button>
96103
</children>
97104
</Group>
98105
</center>

0 commit comments

Comments
 (0)