Skip to content

Commit

Permalink
Revert "Update image UI image for the move and link tool"
Browse files Browse the repository at this point in the history
Only keep the tooltip

This reverts commit 90b8772.
  • Loading branch information
ValentinBuira committed Feb 24, 2025
1 parent ea799df commit 32e4188
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 69 deletions.
1 change: 0 additions & 1 deletion images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@
<file>themes/default/mActionScaleFeature.svg</file>
<file>themes/default/mActionScriptOpen.svg</file>
<file>themes/default/mActionSelect.svg</file>
<file>themes/default/mActionSelectLink.svg</file>
<file>themes/default/mActionSelectAll.svg</file>
<file>themes/default/mActionSelectedToTop.svg</file>
<file>themes/default/mActionSelectFreehand.svg</file>
Expand Down
63 changes: 0 additions & 63 deletions images/themes/default/mActionSelectLink.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/ui/layout/qgslayoutdesignerbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@
<normaloff>:/images/themes/default/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
</property>
<property name="text">
<string>Select/Move Item</string>
<string>Select/Move/Link Item</string>
</property>
<property name="toolTip">
<string>Select/Move item</string>
<string>Select/Move/Link item</string>
</property>
<property name="shortcut">
<string>V</string>
Expand Down
6 changes: 3 additions & 3 deletions src/ui/processing/qgsmodeldesignerdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -738,13 +738,13 @@
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectLink.svg</normaloff>:/images/themes/default/mActionSelectLink.svg</iconset>
<normaloff>:/images/themes/default/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
</property>
<property name="text">
<string>Select/Move/Link Item</string>
<string>Select/Move Item</string>
</property>
<property name="toolTip">
<string>Select/Move/Link item</string>
<string>Select/Move item</string>
</property>
<property name="shortcut">
<string>V</string>
Expand Down

0 comments on commit 32e4188

Please sign in to comment.