[vlc-commits] qml: change height of local tool bar

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


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Wed Dec 23 19:42:34 2020 +0530| [0bc3c61c866714180bddaebd1162c4d89205329e] | committer: Pierre Lamot

qml: change height of local tool bar

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

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

 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 902b1e7ad6..2a2a3d7f2b 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -205,7 +205,7 @@ Item {
     property int applicationVerticalMargin: mainInterface.clientSideDecoration ? dp(5, scale) : 0
 
     property int globalToolbar_height: dp(40, scale)
-    property int localToolbar_height: dp(40, scale)
+    property int localToolbar_height: dp(48, scale)
     property int banner_icon_size: dp(38, scale)
 
     property int bannerTabButton_width_small: banner_icon_size



More information about the vlc-commits mailing list