Minor bug fixes.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user