aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/fxml/listEmployees.fxml18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/main/resources/fxml/listEmployees.fxml b/src/main/resources/fxml/listEmployees.fxml
index fbd2b25..3ef1b3d 100644
--- a/src/main/resources/fxml/listEmployees.fxml
+++ b/src/main/resources/fxml/listEmployees.fxml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.FlowPane?>
+<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity"
@@ -19,10 +21,16 @@
</Label>
</children>
</AnchorPane>
- <AnchorPane fx:id="containerHeader" layoutX="37.0" layoutY="60.0" prefHeight="86.0"
- prefWidth="740.0"
- style="-fx-background-color: white; -fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.8), 10, 0, 0, 5);"/>
- <FlowPane fx:id="flowPaneEmployeeList" layoutX="37.0" layoutY="156.0" prefHeight="360.0"
- prefWidth="742.0"/>
+ <VBox layoutX="37.0" layoutY="60.0" prefHeight="454.0" prefWidth="742.0">
+ <children>
+ <AnchorPane fx:id="containerHeader" prefHeight="86.0" prefWidth="740.0"
+ style="-fx-background-color: white; -fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.8), 10, 0, 0, 5);"/>
+ <FlowPane fx:id="flowPaneEmployeeList" prefHeight="346.0" prefWidth="742.0">
+ <VBox.margin>
+ <Insets top="20.0"/>
+ </VBox.margin>
+ </FlowPane>
+ </children>
+ </VBox>
</children>
</AnchorPane>