diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fxml/filterEmployeesControl.fxml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/fxml/filterEmployeesControl.fxml b/src/main/resources/fxml/filterEmployeesControl.fxml index 01ec7b6..8f24a74 100644 --- a/src/main/resources/fxml/filterEmployeesControl.fxml +++ b/src/main/resources/fxml/filterEmployeesControl.fxml @@ -5,8 +5,11 @@ <?import javafx.scene.control.TextField?> <?import javafx.scene.layout.AnchorPane?> -<AnchorPane prefHeight="86.0" prefWidth="640.0" style="-fx-background-color: white;" +<AnchorPane style="-fx-background-color: white;" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" + fx:id="apFilterEmployees" + prefWidth="${apFilterEmployees.parent.width}" + prefHeight="80" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.FilterEmployeesController"> <children> <Label layoutX="14.0" layoutY="14.0" text="Filtern nach Name"/> |