Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
@@ -13,7 +13,7 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ModeleJsonEditFormController">
<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ModeleJsonEditFormController">
   <children>
      <VBox alignment="CENTER" prefHeight="458.0" prefWidth="671.0">
         <children>
@@ -40,7 +40,7 @@
                                    <HBox alignment="CENTER_LEFT" spacing="5.0">
                                       <children>
                                          <Label alignment="CENTER_RIGHT" minWidth="100.0" prefWidth="100.0" text="Nom de l'objet" />
                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                                       </children>
                                    </HBox>
                                 </children>