fix: fxml.model (fixed absolute to relative image paths)

This commit is contained in:
xdrm-brackets 2017-12-12 08:28:02 +01:00
parent 832fb73ab8
commit d08f2362e4
1 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
<Insets right="20.0" />
</FlowPane.margin>
<image>
<Image url="@../../../../git.xdrm.io/javafx-p1/src/menu/dictionary.png" />
<Image url="@../src/menu/dictionary.png" />
</image>
</ImageView>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Dictionnaire" />
@ -69,7 +69,7 @@
<Insets right="20.0" />
</FlowPane.margin>
<image>
<Image url="@../../../../git.xdrm.io/javafx-p1/src/menu/exercises.png" />
<Image url="@../src/menu/exercises.png" />
</image>
</ImageView>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Excercices" />
@ -82,7 +82,7 @@
<Insets right="20.0" />
</FlowPane.margin>
<image>
<Image url="@../../../../git.xdrm.io/javafx-p1/src/menu/translator.png" />
<Image url="@../src/menu/translator.png" />
</image>
</ImageView>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Traducteur" />
@ -95,7 +95,7 @@
<Insets right="20.0" />
</FlowPane.margin>
<image>
<Image url="@../../../../git.xdrm.io/javafx-p1/src/menu/magazines.png" />
<Image url="@../src/menu/magazines.png" />
</image>
</ImageView>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Magazines" />