Skip to content

Commit

Permalink
upadting the UI information
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jun 10, 2024
1 parent 0fbb2c1 commit 11da230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/main/resources/com/commonwealthrobotics/ui.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<children>
<AnchorPane prefHeight="200.0" prefWidth="200.0">
<children>
<Button fx:id="yesButton" mnemonicParsing="false" onAction="#onYes" text="Yes" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
<Button fx:id="yesButton" mnemonicParsing="false" onAction="#onYes" text="Update Please!" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1">
<children>
<Button fx:id="noButton" mnemonicParsing="false" onAction="#onNo" text="No" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
<Button fx:id="noButton" mnemonicParsing="false" onAction="#onNo" text="Keep It The Way It Was" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
</children>
Expand Down

0 comments on commit 11da230

Please sign in to comment.