Remove duplicate search icons
This commit is contained in:
parent
07ffd9e7e9
commit
75cdc1eee2
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
|
||||
}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user