Use bool for expanded or collapsed state

Contributes to CL-1148
This commit is contained in:
Ian Paschal 2018-11-22 13:11:59 +01:00
parent ba7863c9d9
commit 3c3343a407

View File

@ -14,7 +14,7 @@ Item
{
id: base
property var expanded: false
property bool expanded: false
property var borderWidth: 1
property color borderColor: "#EAEAEC"
property color headerBackgroundColor: "white"