mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Remove duplicate search icons
This commit is contained in:
parent
07ffd9e7e9
commit
75cdc1eee2
4 changed files with 2 additions and 2 deletions
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 a new issue