Changed %20 to ' '

This commit is contained in:
Carlos Galindo 2018-01-02 15:10:44 +01:00
parent c827f36537
commit cb7fc7f20f
Signed by: kauron
GPG Key ID: 83E68706DEE119A3
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<graphic>
<ImageView fitHeight="30.0" fitWidth="30.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../img/Open%20Folder.png" />
<Image url="@../img/Open Folder.png" />
</image>
</ImageView>
</graphic>
@ -110,7 +110,7 @@
<graphic>
<ImageView fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../img/Open%20Folder.png" />
<Image url="@../img/Open Folder.png" />
</image>
</ImageView>
</graphic>