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