updated
This commit is contained in:
parent
14962172f9
commit
0e82bc231a
@ -6,7 +6,6 @@
|
|||||||
xmlns:fx="http://javafx.com/fxml"
|
xmlns:fx="http://javafx.com/fxml"
|
||||||
prefWidth="600.0" prefHeight="400.0"
|
prefWidth="600.0" prefHeight="400.0"
|
||||||
fx:controller="at.ionas999.questioncatalog.controller.TestController">
|
fx:controller="at.ionas999.questioncatalog.controller.TestController">
|
||||||
<children>
|
|
||||||
<VBox spacing="20" alignment="CENTER" AnchorPane.topAnchor="10.0" AnchorPane.leftAnchor="10.0"
|
<VBox spacing="20" alignment="CENTER" AnchorPane.topAnchor="10.0" AnchorPane.leftAnchor="10.0"
|
||||||
AnchorPane.rightAnchor="10.0">
|
AnchorPane.rightAnchor="10.0">
|
||||||
<!-- Start Test Button -->
|
<!-- Start Test Button -->
|
||||||
@ -43,5 +42,4 @@
|
|||||||
</VBox>
|
</VBox>
|
||||||
<Button text="Back to Main Page" onAction="#onBackToMainPageClick"
|
<Button text="Back to Main Page" onAction="#onBackToMainPageClick"
|
||||||
AnchorPane.bottomAnchor="10.0" AnchorPane.rightAnchor="10.0"/>
|
AnchorPane.bottomAnchor="10.0" AnchorPane.rightAnchor="10.0"/>
|
||||||
</children>
|
|
||||||
</AnchorPane>
|
</AnchorPane>
|
||||||
Loading…
Reference in New Issue
Block a user