Skip to content

Commit

Permalink
Fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 12, 2021
1 parent a445771 commit 31aadf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgisapp.ui
Expand Up @@ -17,7 +17,7 @@
<x>0</x>
<y>0</y>
<width>1064</width>
<height>20</height>
<height>24</height>
</rect>
</property>
<property name="toolTip">
Expand Down Expand Up @@ -2501,8 +2501,8 @@ Acts on the currently active layer only.</string>
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<normaloff>../../images/themes/default/mActionScaleFeature.svg</normaloff>../../images/themes/default/mActionScaleFeature.svg</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionScaleFeature.svg</normaloff>:/images/themes/default/mActionScaleFeature.svg</iconset>
</property>
<property name="text">
<string>Scale Feature(s)</string>
Expand Down

0 comments on commit 31aadf6

Please sign in to comment.