mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 05:45:58 +08:00
Remove bad height assignment to dynamic layout
CURA-9793
This commit is contained in:
parent
e8ba3695b3
commit
0514c62b3e
@ -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…
x
Reference in New Issue
Block a user