[vlc-commits] qml: add topBarheight and pageBarHeight constants to VLCStyle

Prince Gupta git at videolan.org
Thu Aug 27 12:43:50 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Aug 10 22:29:53 2020 +0530| [8614195fd801ebd4a7885b0f58026c0f64ba0057] | committer: Pierre Lamot

qml: add topBarheight and pageBarHeight constants to VLCStyle

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

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

 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;



More information about the vlc-commits mailing list