mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:59:01 +08:00
Merge remote-tracking branch 'origin/ui_rework_4_0' into CURA-5941_restyle_setting_dropdown
This commit is contained in:
commit
109586f69c
@ -10,7 +10,7 @@ import Cura 1.0 as Cura
|
||||
Item
|
||||
{
|
||||
width: parent.width
|
||||
height: visible ? childrenRect.height : 0
|
||||
height: childrenRect.height
|
||||
|
||||
Label
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ Item
|
||||
}
|
||||
|
||||
width: parent.width
|
||||
height: visible ? childrenRect.height : 0
|
||||
height: childrenRect.height
|
||||
|
||||
Label
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user