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/TxtFileToValidateEditForm.fxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
index 79e0d0d..2104f9e 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
@@ -9,7 +9,7 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
-<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TxtFileToValidateEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TxtFileToValidateEditFormController">
<children>
<VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<padding>
--
Gitblit v1.10.0