Minor bug fixes.
This commit is contained in:
parent
1ac443253a
commit
64603b47c6
|
@ -82,7 +82,7 @@ Rectangle {
|
||||||
width: parent.height
|
width: parent.height
|
||||||
height: parent.height
|
height: parent.height
|
||||||
visible: !isEmoji
|
visible: !isEmoji
|
||||||
source: modelData.paintable
|
source: modelData.paintable || null
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
Loading…
Reference in New Issue