Skip to content

Commit

Permalink
Fix blurry search icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 12, 2023
1 parent 7c391df commit 567fdf4
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -420,6 +420,7 @@
<file>themes/qfield/mdpi/ic_edit_attributes_white.png</file>
<file>themes/qfield/xhdpi/ic_edit_attributes_white.png</file>
<file>themes/qfield/xxhdpi/ic_edit_attributes_white.png</file>
<file>themes/qfield/nodpi/ic_baseline_search_white.svg</file>
<file>themes/qfield/hdpi/ic_baseline_search_white.png</file>
<file>themes/qfield/xxxhdpi/ic_baseline_search_white.png</file>
<file>themes/qfield/mdpi/ic_baseline_search_white.png</file>
Expand Down
10 changes: 9 additions & 1 deletion images/themes/qfield/nodpi/ic_alert_black_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/LocatorItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Item {
z:20
anchors { right: parent.right; top: parent.top; }

iconSource: Theme.getThemeIcon( "ic_baseline_search_white" )
iconSource: Theme.getThemeVectorIcon( "ic_baseline_search_white" )
round: true
bgcolor: Theme.mainColor

Expand Down

0 comments on commit 567fdf4

Please sign in to comment.