Skip to content
Snippets Groups Projects
Verified Commit 75cdc1ee authored by Joe Donofry's avatar Joe Donofry
Browse files

Remove duplicate search icons

parent 07ffd9e7
No related branches found
No related tags found
No related merge requests found
resources/icons/emoji-categories/search.png

573 B

resources/icons/emoji-categories/search@2x.png

1.14 KiB

......@@ -84,7 +84,7 @@ MouseArea {
width: 16
}
EmojiButton {
visible: timelineSettings.buttons
visible: settings.buttonsInTimeline
Layout.alignment: Qt.AlignRight | Qt.AlignTop
Layout.preferredHeight: 16
width: 16
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment