Skip to content

Commit

Permalink
[ui] add a dedicated icon for style manager & align toolbar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 21, 2018
1 parent 66f8253 commit 7b1bd3d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 51 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
<file>themes/default/mActionSplitFeatures.svg</file>
<file>themes/default/mActionSplitParts.svg</file>
<file>themes/default/mActionStart.svg</file>
<file>themes/default/mActionStyleManager.svg</file>
<file>themes/default/mActionSum.svg</file>
<file>themes/default/mActionTextAnnotation.svg</file>
<file>themes/default/mActionToggleEditing.svg</file>
Expand Down
22 changes: 1 addition & 21 deletions images/themes/default/mActionFileSave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 1 addition & 26 deletions images/themes/default/mActionFileSaveAs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/themes/default/mActionLayoutManager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/themes/default/mActionNewLayout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/themes/default/mActionStyleManager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ui/qgisapp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ Ctrl (Cmd) increments by 15 deg.</string>
<action name="mActionStyleManager">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/symbology.svg</normaloff>:/images/themes/default/propertyicons/symbology.svg</iconset>
<normaloff>:/images/themes/default/mActionStyleManager.svg</normaloff>:/images/themes/default/mActionStyleManager.svg</iconset>
</property>
<property name="text">
<string>Style Manager...</string>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_symbolslist.ui
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/symbology.svg</normaloff>:/images/themes/default/propertyicons/symbology.svg</iconset>
<normaloff>:/images/themes/default/mActionStyleManager.svg</normaloff>:/images/themes/default/mActionStyleManager.svg</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
Expand Down

0 comments on commit 7b1bd3d

Please sign in to comment.