Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix plus icon for ows server widget in project properties
  • Loading branch information
slarosa committed Jun 21, 2015
1 parent a7191ab commit 33b49ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -1744,7 +1744,7 @@
<widget class="QToolButton" name="pbnWMSAddSRS">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSignPlus.png</normaloff>:/images/themes/default/mActionSignPlus.png</iconset>
<normaloff>:/images/themes/default/symbologyAdd.png</normaloff>:/images/themes/default/symbologyAdd.png</iconset>
</property>
</widget>
</item>
Expand Down

3 comments on commit 33b49ff

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slarosa Shouldn't this be using the svg version?

@slarosa
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nyalldawson yes but I'd have to change a lot of icons and I didn't want to forget something as 2.10 release is very close. There should be another fix for the add icon in predefined scales widget in the options dialog.

@slarosa
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nyalldawson I think to have managed to change all the icons to svg ones for add and remove icons in 9838ea3 (sorry for the commits noise)

Please sign in to comment.