Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gui] update selection icons for composer windows
  • Loading branch information
nirvn authored and nyalldawson committed Feb 7, 2016
1 parent 32c047e commit 0f6a2d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/composer/qgscomposerbase.ui
Expand Up @@ -816,6 +816,10 @@
</property>
</action>
<action name="mActionSelectAll">
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectAll.svg</normaloff>:/images/themes/default/mActionSelectAll.svg</iconset>
</property>
<property name="text">
<string>&amp;Select All</string>
</property>
Expand All @@ -829,7 +833,7 @@
<action name="mActionInvertSelection">
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionInvertSelection.png</normaloff>:/images/themes/default/mActionInvertSelection.png</iconset>
<normaloff>:/images/themes/default/mActionInvertSelection.svg</normaloff>:/images/themes/default/mActionInvertSelection.svg</iconset>
</property>
<property name="text">
<string>&amp;Invert Selection</string>
Expand Down

0 comments on commit 0f6a2d1

Please sign in to comment.