[vlc-commits] qml: increase global tool bar height

Prince Gupta git at videolan.org
Thu Jan 14 14:42:10 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Dec 22 00:11:53 2020 +0530| [178e151e98edcd40e8fc189225735cb7e976d2fa] | committer: Pierre Lamot

qml: increase global tool bar height

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

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

 modules/gui/qt/style/VLCStyle.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 4eb3fa278c..902b1e7ad6 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -204,7 +204,7 @@ Item {
     property int applicationHorizontalMargin: mainInterface.clientSideDecoration ? dp(5, scale) : 0
     property int applicationVerticalMargin: mainInterface.clientSideDecoration ? dp(5, scale) : 0
 
-    property int globalToolbar_height: dp(32, scale)
+    property int globalToolbar_height: dp(40, scale)
     property int localToolbar_height: dp(40, scale)
     property int banner_icon_size: dp(38, scale)
 



More information about the vlc-commits mailing list