mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
qml: OptionsPopup: Always display vertical scrollbar
This commit is contained in:
parent
3fed45ef43
commit
7edd44fac4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Window {
|
||||||
anchors.bottom: buttonsRow.top
|
anchors.bottom: buttonsRow.top
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
//ScrollBar.vertical.policy: ScrollBar.AlwaysOn
|
ScrollBar.vertical.policy: ScrollBar.AlwaysOn
|
||||||
|
|
||||||
StackLayout {
|
StackLayout {
|
||||||
id: optionsStack
|
id: optionsStack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue