summary refs log tree commit diff
path: root/resources/qml
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
parentFix UserSettings in QML (diff)
downloadnheko-75cdc1eee2a2ee36bede4bc64ff02865252a499a.tar.xz
Remove duplicate search icons
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/TimelineRow.qml2
-rw-r--r--resources/qml/emoji/EmojiPicker.qml2
2 files changed, 2 insertions, 2 deletions
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