Scrollbar is on if the content is larger than a screen

This commit is contained in:
Cyril Anisimov 2024-12-13 22:09:37 +01:00
parent 5b9ba8c027
commit 53f41408b8

View file

@ -7,5 +7,5 @@ import "../Controls2"
ScrollBar { ScrollBar {
id: root id: root
policy: ScrollBar.AsNeeded policy: ScrollBar.AlwaysOn
} }