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/views/JsonStructureFormView.fxml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
similarity index 92%
copy from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
index fba5919..8b6e30a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
@@ -40,7 +40,7 @@
<graphic>
<ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/reduire.png" />
+ <Image url="@../../../../images/reduire.png" />
</image>
</ImageView>
</graphic>
@@ -49,7 +49,7 @@
<graphic>
<ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/agrandir.png" />
+ <Image url="@../../../../images/agrandir.png" />
</image>
</ImageView>
</graphic>
@@ -58,7 +58,7 @@
<graphic>
<ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/fermer.png" />
+ <Image url="@../../../../images/fermer.png" />
</image>
<cursor>
<Cursor fx:constant="HAND" />
@@ -79,7 +79,7 @@
<children>
<ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+ <Image url="@../../../../images/Logo_FDX_Convert.png" />
</image>
</ImageView>
</children>
@@ -138,9 +138,9 @@
</VBox>
</children>
<stylesheets>
- <URL value="@../../../../../styles/custom-title-bar.css" />
- <URL value="@../../../../../styles/custom-main-style.css" />
- <URL value="@../../../../../styles/CustomFormComponents.css" />
+ <URL value="@../../../../styles/custom-title-bar.css" />
+ <URL value="@../../../../styles/custom-main-style.css" />
+ <URL value="@../../../../styles/CustomFormComponents.css" />
</stylesheets>
</VBox>
</children>
--
Gitblit v1.10.0