mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Use bool for expanded or collapsed state
Contributes to CL-1148
This commit is contained in:
parent
ba7863c9d9
commit
3c3343a407
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue