From 75cdc1eee2a2ee36bede4bc64ff02865252a499a Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Tue, 9 Jun 2020 21:21:30 -0400 Subject: Remove duplicate search icons --- resources/qml/TimelineRow.qml | 2 +- resources/qml/emoji/EmojiPicker.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/qml') diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml index cbec6d94..bfe422f8 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml @@ -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 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 -- cgit 1.5.1