fix ScrollBarType
This commit is contained in:
parent
0cdd2ff826
commit
8767f487b8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ import "../Controls2"
|
|||
ScrollBar {
|
||||
id: root
|
||||
|
||||
policy: ScrollBar.AlwaysOn
|
||||
policy: parent.height >= parent.contentHeight ? ScrollBar.AlwaysOff : ScrollBar.AlwaysOn
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue