Fix QML nullptr warnings.

This commit is contained in:
Remco Burema 2019-09-27 11:51:50 +02:00
parent e5d94fd2e4
commit 31434ebde8

View File

@ -97,10 +97,11 @@ Item
Component Component
{ {
id: disabledComponent id: disabledComponent
Item Rectangle
{ {
height: checkboxSize height: checkboxSize
width: checkboxSize width: checkboxSize
color: "transparent"
Rectangle Rectangle
{ {