Skip to content

Commit

Permalink
Update image UI image for the move and link tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Jan 29, 2025
1 parent 59e103e commit 90b8772
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 3 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@
<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: 63 additions & 0 deletions images/themes/default/mActionSelectLink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
<normaloff>:/images/themes/default/mActionSelectLink.svg</normaloff>:/images/themes/default/mActionSelectLink.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

0 comments on commit 90b8772

Please sign in to comment.