Skip to content

Commit

Permalink
Fix settings icon for CAD dock widget
Browse files Browse the repository at this point in the history
Previously it used an icon from georeferencer's QRC
  • Loading branch information
wonder-sk committed Sep 11, 2017
1 parent 2e8d7f0 commit 68a39a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsadvanceddigitizingdockwidgetbase.ui
Expand Up @@ -202,8 +202,8 @@
<string>…</string>
</property>
<property name="icon">
<iconset resource="../plugins/georeferencer/georeferencer.qrc">
<normaloff>:/icons/default/mActionTransformSettings.png</normaloff>:/icons/default/mActionTransformSettings.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/settings.svg</normaloff>:/images/themes/default/propertyicons/settings.svg</iconset>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
Expand Down

0 comments on commit 68a39a2

Please sign in to comment.