Fix the button position #story[923]

This commit is contained in:
Zhi You Tan
2017-05-25 16:45:35 +12:00
parent 72e2776b7e
commit 20b79b40f2
@@ -38,6 +38,6 @@
<Insets bottom="50.0" /> <Insets bottom="50.0" />
</GridPane.margin> </GridPane.margin>
</TableView> </TableView>
<Button mnemonicParsing="false" onAction="#switchToStartScreenView" styleClass="blue-ui-btn" text="Return to Start Screen" GridPane.halignment="CENTER" GridPane.rowIndex="3" /> <Button mnemonicParsing="false" onAction="#switchToStartScreenView" styleClass="blue-ui-btn" text="Return to Start Screen" GridPane.halignment="CENTER" GridPane.rowIndex="3" GridPane.valignment="TOP" />
</children> </children>
</GridPane> </GridPane>