mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:56:03 +08:00
Resolve QML warning
CURA-11263
This commit is contained in:
parent
0fd8284a5c
commit
a225ee56fd
@ -109,9 +109,10 @@ UM.Dialog
|
|||||||
|
|
||||||
Flickable
|
Flickable
|
||||||
{
|
{
|
||||||
|
id: scroll
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
ScrollBar.vertical: UM.ScrollBar {
|
ScrollBar.vertical: UM.ScrollBar {
|
||||||
visible: contentHeight > height
|
visible: scroll.contentHeight > height
|
||||||
}
|
}
|
||||||
contentHeight: content.height
|
contentHeight: content.height
|
||||||
clip: true
|
clip: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user