mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 01:35:56 +08:00
Default objectlist to collapsed CURA-4525
This commit is contained in:
parent
5c0e2d39a3
commit
a774012bd2
@ -31,7 +31,7 @@ Rectangle
|
|||||||
border.width: UM.Theme.getSize("default_lining").width
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
border.color: UM.Theme.getColor("lining")
|
border.color: UM.Theme.getColor("lining")
|
||||||
|
|
||||||
property bool collapsed: false;
|
property bool collapsed: true;
|
||||||
|
|
||||||
SystemPalette { id: palette }
|
SystemPalette { id: palette }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user