Skip to content

Commit

Permalink
[browser] slight re-ordering and icon improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 7, 2015
1 parent faf3bcd commit 4075979
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/mAction.svg</file>
<file>themes/default/mActionAdd.png</file> <file>themes/default/mActionAdd.png</file>
<file>themes/default/mActionAdd.svg</file> <file>themes/default/mActionAdd.svg</file>
<file>themes/default/mActionAddLayer.svg</file>
<file>themes/default/mActionAddAllToOverview.svg</file> <file>themes/default/mActionAddAllToOverview.svg</file>
<file>themes/default/mActionAddArrow.png</file> <file>themes/default/mActionAddArrow.png</file>
<file>themes/default/mActionAddBasicShape.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"> <property name="floatable">
<bool>false</bool> <bool>false</bool>
</property> </property>
<addaction name="mActionRefresh"/>
<addaction name="mActionAddLayers"/> <addaction name="mActionAddLayers"/>
<addaction name="mActionRefresh"/>
<addaction name="mActionShowFilter"/> <addaction name="mActionShowFilter"/>
<addaction name="mActionCollapse"/> <addaction name="mActionCollapse"/>
<addaction name="mActionPropertiesWidget"/> <addaction name="mActionPropertiesWidget"/>
Expand Down Expand Up @@ -190,25 +190,25 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<action name="mActionRefresh"> <action name="mActionAddLayers">
<property name="icon"> <property name="icon">
<iconset resource="../../images/images.qrc"> <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>
<property name="text"> <property name="text">
<string>Refresh</string> <string>Add Layers</string>
</property>
<property name="toolTip">
<string>Add Selected Layers</string>
</property> </property>
</action> </action>
<action name="mActionAddLayers"> <action name="mActionRefresh">
<property name="icon"> <property name="icon">
<iconset resource="../../images/images.qrc"> <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>
<property name="text"> <property name="text">
<string>Add Layers</string> <string>Refresh</string>
</property>
<property name="toolTip">
<string>Add Selected Layers</string>
</property> </property>
</action> </action>
<action name="mActionShowFilter"> <action name="mActionShowFilter">
Expand Down

0 comments on commit 4075979

Please sign in to comment.