Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
@@ -33,7 +33,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>
@@ -42,7 +42,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>
@@ -51,7 +51,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" />
@@ -73,7 +73,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>
@@ -119,7 +119,7 @@
      </VBox>
   </center>
   <stylesheets>
      <URL value="@../../../../../styles/custom-title-bar.css" />
      <URL value="@../../../../styles/custom-title-bar.css" />
      <URL value="@../../../../styles/custom-main-style.css" />
   </stylesheets>
</BorderPane>