mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 16:54:23 +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
|
||||
|
||||
property var expanded: false
|
||||
property bool expanded: false
|
||||
property var borderWidth: 1
|
||||
property color borderColor: "#EAEAEC"
|
||||
property color headerBackgroundColor: "white"
|
||||
|
Loading…
x
Reference in New Issue
Block a user