mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Remove bad height assignment to dynamic layout
CURA-9793
This commit is contained in:
parent
e8ba3695b3
commit
0514c62b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ Item
|
||||||
{
|
{
|
||||||
id: settingColumn
|
id: settingColumn
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
spacing: 0
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: sectionHeader.bottom
|
anchors.top: sectionHeader.bottom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue