Resolve QML warning

CURA-11263
This commit is contained in:
c.lamboo 2023-11-03 11:45:25 +01:00
parent 0fd8284a5c
commit a225ee56fd

View file

@ -109,9 +109,10 @@ UM.Dialog
Flickable
{
id: scroll
anchors.fill: parent
ScrollBar.vertical: UM.ScrollBar {
visible: contentHeight > height
visible: scroll.contentHeight > height
}
contentHeight: content.height
clip: true