Skip to content

Commit

Permalink
Add cloud border icon + Fix undo menu alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenD98 committed Jan 11, 2025
1 parent 6eea50f commit dea6f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@
<file>themes/qfield/nodpi/ic_location_tracking_white_24dp.svg</file>
<file>themes/qfield/nodpi/ic_tune_24dp.svg</file>
<file>themes/qfield/nodpi/ic_expression_24dp.svg</file>
<file>themes/qfield/nodpi/ic_cloud_border_24dp.svg</file>
</qresource>
</RCC>
1 change: 1 addition & 0 deletions images/themes/qfield/nodpi/ic_cloud_border_24dp.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 src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2437,6 +2437,7 @@ ApplicationWindow {
anchors.left: parent.left
text: "Undo"
icon.source: Theme.getThemeVectorIcon("ic_undo_black_24dp")
leftPadding: Theme.menuItemLeftPadding

onClicked: {
if (enabled) {
Expand Down

0 comments on commit dea6f76

Please sign in to comment.