Fix Station Settings button anchor

This commit is contained in:
Nathan McRae 2025-04-15 20:45:13 -07:00 committed by Nathan McRae
parent 183d9c9794
commit c55cfbef42

View File

@ -82,7 +82,7 @@
<Font size="14.0" /> <Font size="14.0" />
</font> </font>
</Label> </Label>
<Button layoutX="534.0" layoutY="13.0" mnemonicParsing="false" onAction="#handleStationSettingsButtonPress" text="Station Settings" AnchorPane.rightAnchor="6.5" AnchorPane.topAnchor="13.0" /> <Button layoutX="516.0" layoutY="13.0" mnemonicParsing="false" onAction="#handleStationSettingsButtonPress" text="Station Settings" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="13.0" />
</children> </children>
</AnchorPane> </AnchorPane>
<Separator prefWidth="200.0" GridPane.rowIndex="2" /> <Separator prefWidth="200.0" GridPane.rowIndex="2" />