fix: fxml.model (fixed absolute to relative image paths)
This commit is contained in:
parent
832fb73ab8
commit
d08f2362e4
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue