mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Resolve QML warning
CURA-11263
This commit is contained in:
parent
0fd8284a5c
commit
a225ee56fd
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue