mirror of
https://gitlab.com/kauron/jstudy
synced 2024-11-13 07:33:44 +01:00
Changed %20 to ' '
This commit is contained in:
parent
c827f36537
commit
cb7fc7f20f
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
<graphic>
|
<graphic>
|
||||||
<ImageView fitHeight="30.0" fitWidth="30.0" pickOnBounds="true" preserveRatio="true">
|
<ImageView fitHeight="30.0" fitWidth="30.0" pickOnBounds="true" preserveRatio="true">
|
||||||
<image>
|
<image>
|
||||||
<Image url="@../img/Open%20Folder.png" />
|
<Image url="@../img/Open Folder.png" />
|
||||||
</image>
|
</image>
|
||||||
</ImageView>
|
</ImageView>
|
||||||
</graphic>
|
</graphic>
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
<graphic>
|
<graphic>
|
||||||
<ImageView fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true">
|
<ImageView fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true">
|
||||||
<image>
|
<image>
|
||||||
<Image url="@../img/Open%20Folder.png" />
|
<Image url="@../img/Open Folder.png" />
|
||||||
</image>
|
</image>
|
||||||
</ImageView>
|
</ImageView>
|
||||||
</graphic>
|
</graphic>
|
||||||
|
|
Loading…
Reference in a new issue