mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] ImageGallery: set ScrollBar minimum size
This commit is contained in:
parent
ef7c201c63
commit
4802f76f4e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Panel {
|
|||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
ScrollBar.vertical: ScrollBar {}
|
||||
ScrollBar.vertical: ScrollBar { minimumSize: 0.05 }
|
||||
|
||||
focus: true
|
||||
clip: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue