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/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
index f23ce5e..e3e3f39 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
@@ -15,7 +15,7 @@
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
-<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" 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.ValidateurEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" 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.ValidateurEditFormController">
<children>
<VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<padding>
@@ -63,7 +63,7 @@
<PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" />
<ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
<image>
- <Image url="@../../../../../images/oeil.png" />
+ <Image url="@../../../../images/oeil.png" />
</image>
<StackPane.margin>
<Insets right="5.0" />
--
Gitblit v1.10.0