mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Swap implicit width/height for preferredWidth/Height to avoid binding loop error
CURA-8688
This commit is contained in:
parent
50ac2eacc4
commit
30083c13d3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue