Merge branch 'ui_rework_4_0' into small_ui_fixes

This commit is contained in:
Diego Prado Gesto 2018-12-06 11:47:29 +01:00
commit 1d877cbade
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import Cura 1.0 as Cura
Item Item
{ {
width: parent.width width: parent.width
height: visible ? childrenRect.height : 0 height: childrenRect.height
Label Label
{ {

View File

@ -17,7 +17,7 @@ Item
} }
width: parent.width width: parent.width
height: visible ? childrenRect.height : 0 height: childrenRect.height
Label Label
{ {