Skip to content

Commit

Permalink
Merge pull request #2119 from nirvn/browser_toolbar_improvement
Browse files Browse the repository at this point in the history
[browser] slight re-ordering and icon improvements
  • Loading branch information
NathanW2 committed Jun 7, 2015
2 parents ea31c68 + 4075979 commit aa6db0e
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 10 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -102,6 +102,7 @@
<file>themes/default/mAction.svg</file>
<file>themes/default/mActionAdd.png</file>
<file>themes/default/mActionAdd.svg</file>
<file>themes/default/mActionAddLayer.svg</file>
<file>themes/default/mActionAddAllToOverview.svg</file>
<file>themes/default/mActionAddArrow.png</file>
<file>themes/default/mActionAddBasicShape.png</file>
Expand Down
262 changes: 262 additions & 0 deletions images/themes/default/mActionAddLayer.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions src/ui/qgsbrowserdockwidgetbase.ui
Expand Up @@ -41,8 +41,8 @@
<property name="floatable">
<bool>false</bool>
</property>
<addaction name="mActionRefresh"/>
<addaction name="mActionAddLayers"/>
<addaction name="mActionRefresh"/>
<addaction name="mActionShowFilter"/>
<addaction name="mActionCollapse"/>
<addaction name="mActionPropertiesWidget"/>
Expand Down Expand Up @@ -190,25 +190,25 @@
</item>
</layout>
</widget>
<action name="mActionRefresh">
<action name="mActionAddLayers">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionDraw.svg</normaloff>:/images/themes/default/mActionDraw.svg</iconset>
<normaloff>:/images/themes/default/mActionAddLayer.svg</normaloff>:/images/themes/default/mActionAddLayer.svg</iconset>
</property>
<property name="text">
<string>Refresh</string>
<string>Add Layers</string>
</property>
<property name="toolTip">
<string>Add Selected Layers</string>
</property>
</action>
<action name="mActionAddLayers">
<action name="mActionRefresh">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionAdd.svg</normaloff>:/images/themes/default/mActionAdd.svg</iconset>
<normaloff>:/images/themes/default/mActionDraw.svg</normaloff>:/images/themes/default/mActionDraw.svg</iconset>
</property>
<property name="text">
<string>Add Layers</string>
</property>
<property name="toolTip">
<string>Add Selected Layers</string>
<string>Refresh</string>
</property>
</action>
<action name="mActionShowFilter">
Expand Down

0 comments on commit aa6db0e

Please sign in to comment.