mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +08:00
Swap implicit width/height for preferredWidth/Height to avoid binding loop error
CURA-8688
This commit is contained in:
parent
50ac2eacc4
commit
30083c13d3
@ -64,8 +64,8 @@ Window
|
||||
// Page title.
|
||||
Item
|
||||
{
|
||||
implicitWidth: parent.width
|
||||
implicitHeight: childrenRect.height + UM.Theme.getSize("default_margin").height
|
||||
Layout.preferredWidth: parent.width
|
||||
Layout.preferredHeight: childrenRect.height + UM.Theme.getSize("default_margin").height
|
||||
|
||||
Label
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user