mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
Mipmap the emoji bar images
This commit is contained in:
parent
64dcb48925
commit
98eff6ebb6
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ Rectangle {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
source: model.imageURL
|
source: model.imageURL
|
||||||
|
mipmap: true
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in a new issue