summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/RegistrationWindow.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fxml/RegistrationWindow.fxml')
-rw-r--r--src/main/resources/fxml/RegistrationWindow.fxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fxml/RegistrationWindow.fxml b/src/main/resources/fxml/RegistrationWindow.fxml
index 7f3d391..1524462 100644
--- a/src/main/resources/fxml/RegistrationWindow.fxml
+++ b/src/main/resources/fxml/RegistrationWindow.fxml
@@ -68,7 +68,7 @@
<ScrollPane GridPane.rowIndex="5">
<GridPane.margin>
- <Insets left="-6" right="-6"/>
+ <Insets left="-6" right="-6" bottom="-12"/>
</GridPane.margin>
<VBox fx:id="vbVehicles" spacing="6">
<padding>
@@ -78,7 +78,7 @@
</ScrollPane>
<ScrollPane fx:id="listEmployee" hbarPolicy="NEVER" GridPane.rowIndex="5" GridPane.columnIndex="2">
<GridPane.margin>
- <Insets left="-7" right="-20"/>
+ <Insets left="-7" right="-20" bottom="-12"/>
</GridPane.margin>
</ScrollPane>
<VBox GridPane.rowIndex="4" spacing="6" styleClass="bg-white, shadowed">
@@ -86,7 +86,7 @@
<Insets topRightBottomLeft="6"/>
</padding>
<Label text="Fahrzeugsuche" styleClass="text-medium"/>
- <TextField fx:id="tfVehicleSearch" onKeyTyped="#tfVehicleSearch_TextChanged" styleClass="text-big, text-bold"/>
+ <TextField fx:id="tfVehicleSearch" prefWidth="0" onKeyTyped="#tfVehicleSearch_TextChanged" styleClass="text-big, text-bold"/>
</VBox>
<VBox GridPane.rowIndex="4" spacing="6" GridPane.columnIndex="2" styleClass="bg-white, shadowed">
<padding>