diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fxml/CreateOperationController.fxml (renamed from src/main/resources/fxmlFiles/CreateOperationController.fxml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fxmlFiles/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml index 7b188fd..949d4ec 100644 --- a/src/main/resources/fxmlFiles/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -27,7 +27,7 @@ <Font size="19.0" /> </font> </Label> - <TextField fx:id="txtCode" layoutX="14.0" layoutY="48.0" prefHeight="39.0" prefWidth="163.0" text="ALP-95E7"> + <TextField fx:id="txtCode" layoutX="14.0" layoutY="48.0" prefHeight="39.0" prefWidth="163.0"> <font> <Font name="System Bold" size="20.0" /> </font> @@ -39,7 +39,7 @@ </TextField> <TextField fx:id="txtNote" layoutX="587.0" layoutY="48.0" prefHeight="39.0" prefWidth="319.0"> <font> - <Font size="20.0" /> + <Font name="System Bold" size="20.0" /> </font> </TextField> <Label layoutX="14.0" layoutY="101.0" prefHeight="30.0" prefWidth="102.0" text="Fahrzeuge:"> |