From 908e81dd173f380879d5fabeb5794d5b7a76df0e Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 10:40:50 +0000
Subject: [PATCH] fix bug in package refactor

---
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
index 690ddd6..9bb0cd1 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/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>

--
Gitblit v1.10.0