[vlc-commits] qml: make toolbar editor view's scroll bar always visible

Fatih Uzunoglu git at videolan.org
Tue Apr 6 09:55:12 UTC 2021


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Apr  2 01:22:39 2021 +0300| [6831891cdd075aed006eac776aad2f9237d2006c] | committer: Pierre Lamot

qml: make toolbar editor view's scroll bar always visible

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6831891cdd075aed006eac776aad2f9237d2006c
---

 modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml b/modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
index aec3372adb..f90c88780d 100644
--- a/modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
+++ b/modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
@@ -32,7 +32,7 @@ GridView{
     highlight: Rectangle{
         color: VLCStyle.colors.bgHover
     }
-    ScrollBar.vertical: ScrollBar {}
+    ScrollBar.vertical: ScrollBar { policy: ScrollBar.AlwaysOn }
     model: controlButtons.buttonL.length
 
     highlightMoveDuration: 0 //ms



More information about the vlc-commits mailing list