diff options
Diffstat (limited to 'src/main/resources/fxml')
| -rw-r--r-- | src/main/resources/fxml/filterEmployeesControl.fxml | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fxml/filterEmployeesControl.fxml b/src/main/resources/fxml/filterEmployeesControl.fxml index 7934d5a..68a6f3e 100644 --- a/src/main/resources/fxml/filterEmployeesControl.fxml +++ b/src/main/resources/fxml/filterEmployeesControl.fxml @@ -5,7 +5,7 @@  <?import javafx.scene.control.TextField?>  <?import javafx.scene.layout.AnchorPane?> -<AnchorPane prefHeight="86.0" prefWidth="827.0" style="-fx-background-color: white;" +<AnchorPane prefHeight="86.0" prefWidth="740.0" style="-fx-background-color: 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.FilterEmployeesController">    <children> @@ -13,6 +13,7 @@      <TextField fx:id="inputFilterString" layoutX="22.0" layoutY="41.0"        onKeyReleased="#onFilterTextChanged" promptText="Name eingeben"/>      <Button layoutX="698.0" layoutY="48.0" mnemonicParsing="false" onAction="#onAddEmployeeClicked" -      onInputMethodTextChanged="#onFilterTextChanged" text="Person hinzufügen"/> +      onInputMethodTextChanged="#onFilterTextChanged" text="Person hinzufügen" +      AnchorPane.rightAnchor="10.0"/>    </children>  </AnchorPane>  | 
