Skip to content

Commit a24c085

Browse files
committed
moved buttons to left
1 parent 69a4679 commit a24c085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/layouts/ViewLayout.fxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@
8585
<Font name="Open Sans Regular" size="14.0" />
8686
</font>
8787
</TextArea>
88-
<Button fx:id="minimizeButton" layoutX="264.0" layoutY="7.0" mnemonicParsing="false" stylesheets="@../css/application.css">
88+
<Button fx:id="minimizeButton" layoutX="243.0" layoutY="8.0" mnemonicParsing="false" stylesheets="@../css/application.css">
8989
<font>
9090
<Font name="Open Sans Regular" size="12.0" />
9191
</font>
9292
<graphic>
9393
<FontAwesomeIconView fx:id="minimizeIcon" glyphName="WINDOW_MINIMIZE" glyphStyle="fas" size="10" text="" />
9494
</graphic></Button>
95-
<Button fx:id="closeButton" layoutX="287.0" layoutY="7.0" mnemonicParsing="false" stylesheets="@../css/application.css">
95+
<Button fx:id="closeButton" layoutX="266.0" layoutY="8.0" mnemonicParsing="false" stylesheets="@../css/application.css">
9696
<font>
9797
<Font name="Open Sans Regular" size="12.0" />
9898
</font>

0 commit comments

Comments
 (0)