[ui] ImageGallery: set ScrollBar minimum size

This commit is contained in:
Yann Lanthony 2019-01-16 19:56:31 +01:00
parent ef7c201c63
commit 4802f76f4e

View file

@ -40,7 +40,7 @@ Panel {
Layout.fillWidth: true
Layout.fillHeight: true
ScrollBar.vertical: ScrollBar {}
ScrollBar.vertical: ScrollBar { minimumSize: 0.05 }
focus: true
clip: true