Skip to content
Snippets Groups Projects
Verified Commit 2345faf6 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix binding loop in emoji picker

parent d6c7a2e0
No related branches found
No related tags found
No related merge requests found
Pipeline #4143 passed
......@@ -301,8 +301,8 @@ Menu {
verticalAlignment: Image.AlignVCenter
smooth: true
mipmap: true
sourceSize.width: width
sourceSize.height: height
sourceSize.width: 32
sourceSize.height: 32
source: "image://colorimage/" + model.image + "?" + (hovered ? Nheko.colors.highlight : Nheko.colors.buttonText)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment