Merge branch '3.2'

This commit is contained in:
Mark 2018-01-18 16:29:44 +01:00
commit 00cf47a941
3 changed files with 24 additions and 5 deletions

View file

@ -31,7 +31,7 @@ Rectangle
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")
property bool collapsed: false;
property bool collapsed: true;
SystemPalette { id: palette }