mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:19:00 +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.
|
// Page title.
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
implicitWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
implicitHeight: childrenRect.height + UM.Theme.getSize("default_margin").height
|
Layout.preferredHeight: childrenRect.height + UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user