Remove duplicate search icons

pull/217/head
Joseph Donofry 5 years ago
parent 07ffd9e7e9
commit 75cdc1eee2
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. BIN
      resources/icons/emoji-categories/search.png
  2. BIN
      resources/icons/emoji-categories/search@2x.png
  3. 2
      resources/qml/TimelineRow.qml
  4. 2
      resources/qml/emoji/EmojiPicker.qml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

@ -84,7 +84,7 @@ MouseArea {
width: 16 width: 16
} }
EmojiButton { EmojiButton {
visible: timelineSettings.buttons visible: settings.buttonsInTimeline
Layout.alignment: Qt.AlignRight | Qt.AlignTop Layout.alignment: Qt.AlignRight | Qt.AlignTop
Layout.preferredHeight: 16 Layout.preferredHeight: 16
width: 16 width: 16

@ -276,7 +276,7 @@ Popup {
sourceSize.height: 32 sourceSize.height: 32
fillMode: Image.Pad fillMode: Image.Pad
smooth: true 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 MouseArea

Loading…
Cancel
Save