This commit is contained in:
Jonas Hinterdorfer 2025-05-13 12:25:06 +02:00
parent 14962172f9
commit 0e82bc231a

View File

@ -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>