mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Resolve QML warning
CURA-11263
This commit is contained in:
parent
0fd8284a5c
commit
a225ee56fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user