aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/createNewEmployee.fxml
diff options
context:
space:
mode:
authorDominic Rogetzer <e1627756@student.tuwien.ac.at>2018-06-15 20:28:55 +0200
committerTharre <tharre3@gmail.com>2018-06-16 15:15:32 +0200
commitfe584f9f36370363f7fb2b793580b6dd438e0038 (patch)
treedda68c0df5596ab7d92ba8c0da247460aad586d4 /src/main/resources/fxml/createNewEmployee.fxml
parent39868a2866b8974a408e6adbdbd7231da4305f90 (diff)
downloadsepm-groupproject-fe584f9f36370363f7fb2b793580b6dd438e0038.tar.gz
sepm-groupproject-fe584f9f36370363f7fb2b793580b6dd438e0038.tar.xz
sepm-groupproject-fe584f9f36370363f7fb2b793580b6dd438e0038.zip
Move employee list down if header height increases [#28618]
Diffstat (limited to 'src/main/resources/fxml/createNewEmployee.fxml')
-rw-r--r--src/main/resources/fxml/createNewEmployee.fxml10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/main/resources/fxml/createNewEmployee.fxml b/src/main/resources/fxml/createNewEmployee.fxml
index 3043952..47e8b63 100644
--- a/src/main/resources/fxml/createNewEmployee.fxml
+++ b/src/main/resources/fxml/createNewEmployee.fxml
@@ -7,13 +7,9 @@
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
-
-<AnchorPane xmlns="http://javafx.com/javafx/9.0.1"
- xmlns:fx="http://javafx.com/fxml/1"
- styleClass="bg-white"
- fx:id="apCreateNewEmployee"
- prefWidth="${apCreateNewEmployee.parent.width}"
- prefHeight="120"
+<AnchorPane fx:id="apCreateNewEmployee" prefHeight="120"
+ prefWidth="${apCreateNewEmployee.parent.width}" styleClass="bg-white"
+ xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.CreateNewEmployeeController">
<children>
<Label fx:id="lblHeader" layoutX="14.0" layoutY="14.0" text="Neue Person erstellen"/>