summary refs log tree commit diff
path: root/resources/qml/emoji
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-06-09 21:21:30 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-06-09 21:21:30 -0400
commit75cdc1eee2a2ee36bede4bc64ff02865252a499a (patch)
tree37b1e35aa9930aff37d9621437f8ace4c1078adb /resources/qml/emoji
parentFix UserSettings in QML (diff)
downloadnheko-75cdc1eee2a2ee36bede4bc64ff02865252a499a.tar.xz
Remove duplicate search icons
Diffstat (limited to 'resources/qml/emoji')
-rw-r--r--resources/qml/emoji/EmojiPicker.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/emoji/EmojiPicker.qml b/resources/qml/emoji/EmojiPicker.qml
index 9c63aa79..b76596d3 100644
--- a/resources/qml/emoji/EmojiPicker.qml
+++ b/resources/qml/emoji/EmojiPicker.qml
@@ -276,7 +276,7 @@ Popup {
                     sourceSize.height: 32
                     fillMode: Image.Pad
                     smooth: true
-                    source: "image://colorimage/:/icons/icons/emoji-categories/search.png?" + (parent.hovered ? colors.highlight : colors.buttonText)
+                    source: "image://colorimage/:/icons/icons/ui/search.png?" + (parent.hovered ? colors.highlight : colors.buttonText)
                 }
 
                 MouseArea