Skip to content

Commit

Permalink
Add icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenD98 committed Jan 14, 2025
1 parent 8190667 commit 930e74f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,6 @@
<file>themes/qfield/nodpi/ic_tune_white_24dp.svg</file>
<file>themes/qfield/nodpi/ic_expression_black_24dp.svg</file>
<file>themes/qfield/nodpi/ic_message_log_black_24dp.svg</file>
<file>themes/qfield/nodpi/ic_qfield_black_24dp.svg</file>
</qresource>
</RCC>
6 changes: 6 additions & 0 deletions images/themes/qfield/nodpi/ic_qfield_black_24dp.svg
Loading
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/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2575,7 +2575,6 @@ ApplicationWindow {
icon.source: Theme.getThemeVectorIcon("ic_lock_black_24dp")
height: 48
leftPadding: Theme.menuItemLeftPadding
rightPadding: 40

onTriggered: {
mainMenu.close();
Expand All @@ -2588,8 +2587,9 @@ ApplicationWindow {
text: qsTr("About QField")

font: Theme.defaultFont
icon.source: Theme.getThemeVectorIcon("ic_qfield_black_24dp")
height: 48
leftPadding: Theme.menuItemIconlessLeftPadding
leftPadding: Theme.menuItemLeftPadding

onTriggered: {
dashBoard.close();
Expand Down

0 comments on commit 930e74f

Please sign in to comment.