Add main settings button

This commit is contained in:
Nathan McRae 2025-02-01 12:35:45 -08:00
parent e70be5c54c
commit ebf8a6b7c1

View File

@ -56,6 +56,7 @@
<Label layoutY="5.0" prefHeight="17.0" prefWidth="49.0" text="Station: " />
<TextField fx:id="stationNameField" editable="false" layoutX="49.0" style="-fx-background-color: #EEEEEE; -fx-border-color: #AAAAAA;" text="My Station" />
<Button layoutX="602.0" layoutY="1.0" mnemonicParsing="false" text="Help" AnchorPane.rightAnchor="0.0" />
<Button layoutX="532.0" layoutY="1.0" mnemonicParsing="false" text="Settings" />
</children>
</AnchorPane>
<Separator prefWidth="200.0" />