vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Wed Dec 23 
20:03:11 2020 +0530| [99af15c8ecccde387938d30761ae7d10178a2285] | committer: 
Pierre Lamot

qml: introduce sizes for buttons in local toolbar in VLCStyle

Signed-off-by: Pierre Lamot <pie...@videolabs.io>

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

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

diff --git a/modules/gui/qt/style/VLCStyle.qml 
b/modules/gui/qt/style/VLCStyle.qml
index 0cef82f557..6c401cfcba 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -211,6 +211,9 @@ Item {
     property int bannerTabButton_width_small: banner_icon_size
     property int bannerTabButton_width_large: column_width
 
+    property int bannerButton_height: dp(32, scale)
+    property int bannerButton_width: dp(40, scale)
+
     //timings
     property int delayToolTipAppear: 500;
     property int timingPlaylistClose: 1000;

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to