diff options
author | Dominic Rogetzer <e1627756@student.tuwien.ac.at> | 2018-06-15 11:34:14 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-16 15:15:32 +0200 |
commit | 1ec6ae678c834592b5d731171a936161147c0707 (patch) | |
tree | c918bda7316d62db178b8cbcdd2fb2fe4630a1bf /src/main/resources/fxml/employeeList.fxml | |
parent | e78309c1fa40daaace4eeb79841a0d5d41516a63 (diff) | |
download | sepm-groupproject-1ec6ae678c834592b5d731171a936161147c0707.tar.gz sepm-groupproject-1ec6ae678c834592b5d731171a936161147c0707.tar.xz sepm-groupproject-1ec6ae678c834592b5d731171a936161147c0707.zip |
Adjust employee list item to be more compact, adjust sizes [#28618]
Diffstat (limited to 'src/main/resources/fxml/employeeList.fxml')
-rw-r--r-- | src/main/resources/fxml/employeeList.fxml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/fxml/employeeList.fxml b/src/main/resources/fxml/employeeList.fxml index 52c502a..4131125 100644 --- a/src/main/resources/fxml/employeeList.fxml +++ b/src/main/resources/fxml/employeeList.fxml @@ -5,5 +5,8 @@ xmlns:fx="http://javafx.com/fxml" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.EmployeeListController" fx:id="flowPaneEmployeeList" - prefHeight="346.0" prefWidth="742.0" style="-fx-background-color: #EFEBE8;"> + stylesheets="@/styles/main.css" + prefWidth="${flowPaneEmployeeList.parent.width}" + prefHeight="${flowPaneEmployeeList.parent.height}" + style="-fx-background-color: #EFEBE8;"> </FlowPane> |