[vlc-devel] [PATCH 04/18] qml: add topBarheight and pageBarHeight constants to VLCStyle

Prince Gupta guptaprince8832 at gmail.com
Thu Aug 20 14:15:27 CEST 2020


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

diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 061ca40cbd..059c68f74d 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -177,6 +177,8 @@ Item {
     property int applicationHorizontalMargin: 0
     property int applicationVerticalMargin: 0
 
+    property int globalToolbar_height: dp(32, scale)
+    property int localToolbar_height: dp(40, scale)
 
     //timings
     property int delayToolTipAppear: 500;
-- 
2.25.1



More information about the vlc-devel mailing list