Skip to content

Commit

Permalink
Also de-blur the dashboard settings/main menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 12, 2023
1 parent 567fdf4 commit fba3eb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -332,6 +332,7 @@
<file>themes/qfield/nodpi/ic_satisfied_white_24dp.svg</file>
<file>themes/qfield/nodpi/ic_dissatisfied_white_24dp.svg</file>
<file>themes/qfield/nodpi/ic_star_white_24dp.svg</file>
<file>themes/qfield/nodpi/ic_settings_white_24dp.svg</file>
<file>themes/qfield/hdpi/ic_settings_white_24dp.png</file>
<file>themes/qfield/mdpi/ic_settings_white_24dp.png</file>
<file>themes/qfield/xhdpi/ic_settings_white_24dp.png</file>
Expand Down
4 changes: 4 additions & 0 deletions images/themes/qfield/nodpi/ic_settings_white_24dp.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/qml/DashBoard.qml
Expand Up @@ -70,7 +70,7 @@ Drawer {
QfToolButton {
id: settingsButton
anchors.verticalCenter: parent.verticalCenter
iconSource: Theme.getThemeIcon( 'ic_settings_white_24dp' )
iconSource: Theme.getThemeVectorIcon( 'ic_settings_white_24dp' )
bgcolor: "transparent"
onClicked: showMenu()
}
Expand Down

2 comments on commit fba3eb7

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.