Skip to content

Commit 224dcd0

Browse files
authored
[layouts] improve lock item(s) / unlock all toolbar icons (#5929)
1 parent e02ff05 commit 224dcd0

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

images/images.qrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
<file>themes/default/mActionLabeling.svg</file>
250250
<file>themes/default/mActionLocalCumulativeCutStretch.svg</file>
251251
<file>themes/default/mActionLocalHistogramStretch.svg</file>
252+
<file>themes/default/mActionLockItems.svg</file>
252253
<file>themes/default/mActionLowerItems.svg</file>
253254
<file>themes/default/mActionMapTips.svg</file>
254255
<file>themes/default/mActionMeasure.svg</file>
@@ -340,6 +341,7 @@
340341
<file>themes/default/mActionTracing.svg</file>
341342
<file>themes/default/mActionUndo.svg</file>
342343
<file>themes/default/mActionUngroupItems.svg</file>
344+
<file>themes/default/mActionUnlockAll.svg</file>
343345
<file>themes/default/mActionSvgAnnotation.svg</file>
344346
<file>themes/default/mActionWhatsThis.svg</file>
345347
<file>themes/default/mActionZoomActual.svg</file>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/ui/layout/qgslayoutdesignerbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
<action name="mActionLockItems">
626626
<property name="icon">
627627
<iconset resource="../../../images/images.qrc">
628-
<normaloff>:/images/themes/default/locked.svg</normaloff>:/images/themes/default/locked.svg</iconset>
628+
<normaloff>:/images/themes/default/mActionLockItems.svg</normaloff>:/images/themes/default/mActionLockItems.svg</iconset>
629629
</property>
630630
<property name="text">
631631
<string>Loc&amp;k Selected Items</string>
@@ -637,7 +637,7 @@
637637
<action name="mActionUnlockAll">
638638
<property name="icon">
639639
<iconset resource="../../../images/images.qrc">
640-
<normaloff>:/images/themes/default/unlocked.svg</normaloff>:/images/themes/default/unlocked.svg</iconset>
640+
<normaloff>:/images/themes/default/mActionUnlockAll.svg</normaloff>:/images/themes/default/mActionUnlockAll.svg</iconset>
641641
</property>
642642
<property name="text">
643643
<string>Unl&amp;ock All</string>

0 commit comments

Comments
 (0)