Skip to content

Commit

Permalink
[layouts] improve lock item(s) / unlock all toolbar icons (#5929)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 22, 2017
1 parent e02ff05 commit 224dcd0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions images/images.qrc
Expand Up @@ -249,6 +249,7 @@
<file>themes/default/mActionLabeling.svg</file>
<file>themes/default/mActionLocalCumulativeCutStretch.svg</file>
<file>themes/default/mActionLocalHistogramStretch.svg</file>
<file>themes/default/mActionLockItems.svg</file>
<file>themes/default/mActionLowerItems.svg</file>
<file>themes/default/mActionMapTips.svg</file>
<file>themes/default/mActionMeasure.svg</file>
Expand Down Expand Up @@ -340,6 +341,7 @@
<file>themes/default/mActionTracing.svg</file>
<file>themes/default/mActionUndo.svg</file>
<file>themes/default/mActionUngroupItems.svg</file>
<file>themes/default/mActionUnlockAll.svg</file>
<file>themes/default/mActionSvgAnnotation.svg</file>
<file>themes/default/mActionWhatsThis.svg</file>
<file>themes/default/mActionZoomActual.svg</file>
Expand Down
1 change: 1 addition & 0 deletions images/themes/default/mActionLockItems.svg
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/mActionUnlockAll.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -625,7 +625,7 @@
<action name="mActionLockItems">
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/locked.svg</normaloff>:/images/themes/default/locked.svg</iconset>
<normaloff>:/images/themes/default/mActionLockItems.svg</normaloff>:/images/themes/default/mActionLockItems.svg</iconset>
</property>
<property name="text">
<string>Loc&amp;k Selected Items</string>
Expand All @@ -637,7 +637,7 @@
<action name="mActionUnlockAll">
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/unlocked.svg</normaloff>:/images/themes/default/unlocked.svg</iconset>
<normaloff>:/images/themes/default/mActionUnlockAll.svg</normaloff>:/images/themes/default/mActionUnlockAll.svg</iconset>
</property>
<property name="text">
<string>Unl&amp;ock All</string>
Expand Down

0 comments on commit 224dcd0

Please sign in to comment.