[vlc-devel] [PATCH 15/39] qml: change height of local tool bar
Prince Gupta
guptaprince8832 at gmail.com
Thu Jan 7 11:50:11 UTC 2021
---
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 d4067395f7..1ae37ed80f 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -201,7 +201,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
--
2.25.1
More information about the vlc-devel
mailing list