mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Fix height binding loops
CURA-8849
This commit is contained in:
parent
c118bd4e29
commit
8761a476a6
1 changed files with 2 additions and 4 deletions
|
@ -14,15 +14,14 @@ import Cura 1.0 as Cura
|
|||
Item
|
||||
{
|
||||
id: enableSupportRow
|
||||
height: childrenRect.height
|
||||
height: UM.Theme.getSize("print_setup_big_item").height
|
||||
|
||||
property real labelColumnWidth: Math.round(width / 3)
|
||||
|
||||
Item
|
||||
{
|
||||
id: enableSupportContainer
|
||||
height: enableSupportCheckBox
|
||||
width: childrenRect.width
|
||||
width: labelColumnWidth + enableSupportCheckBox.width
|
||||
|
||||
anchors
|
||||
{
|
||||
|
@ -30,7 +29,6 @@ Item
|
|||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
rightMargin: UM.Theme.getSize("thick_margin").width
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
Cura.IconWithText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue