mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 01:04:35 +08:00
Use bool for expanded or collapsed state
Contributes to CL-1148
This commit is contained in:
parent
ba7863c9d9
commit
3c3343a407
@ -14,7 +14,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
property var expanded: false
|
property bool expanded: false
|
||||||
property var borderWidth: 1
|
property var borderWidth: 1
|
||||||
property color borderColor: "#EAEAEC"
|
property color borderColor: "#EAEAEC"
|
||||||
property color headerBackgroundColor: "white"
|
property color headerBackgroundColor: "white"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user