Use mipmap on custom reactions
This commit is contained in:
parent
41ff0096ff
commit
59c406637c
@ -77,6 +77,7 @@ Flow {
|
|||||||
source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : ""
|
source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : ""
|
||||||
visible: modelData.key.startsWith("mxc://")
|
visible: modelData.key.startsWith("mxc://")
|
||||||
width: textMetrics.height
|
width: textMetrics.height
|
||||||
|
mipmap: true
|
||||||
}
|
}
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: divider
|
id: divider
|
||||||
|
Loading…
Reference in New Issue
Block a user