Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
@@ -11,7 +11,7 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.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.SubObjectEditFormController">
<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.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.SubObjectEditFormController">
   <children>
      <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0">
         <padding>
@@ -25,7 +25,7 @@
                        <HBox alignment="CENTER_LEFT" spacing="10.0">
                           <children>
                              <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" />
                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                           </children>
                        </HBox>
                     </children>