[vlc-devel] [PATCH 18/39] qml: introduce sizes for buttons in local toolbar in VLCStyle
    Prince Gupta 
    guptaprince8832 at gmail.com
       
    Thu Jan  7 11:50:14 UTC 2021
    
    
  
---
 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 0d6cfe2bcd..c3fd93ec14 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -207,6 +207,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;
-- 
2.25.1
    
    
More information about the vlc-devel
mailing list