[vlc-devel] [PATCH 03/29] qml: reduce default menu size
    Abel Tesfaye 
    abeltesfaye45 at gmail.com
       
    Tue Aug 20 12:42:20 CEST 2019
    
    
  
From: Abel Tesfaye <Abeltesfaye45 at gmail.com>
---
 modules/gui/qt/qml/utils/MenuExt.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/utils/MenuExt.qml b/modules/gui/qt/qml/utils/MenuExt.qml
index 8a2fd1acac..7e0a1409ab 100644
--- a/modules/gui/qt/qml/utils/MenuExt.qml
+++ b/modules/gui/qt/qml/utils/MenuExt.qml
@@ -51,7 +51,7 @@ T.Menu {
 
     background: Rectangle {
         implicitWidth: 200
-        implicitHeight: 40
+        implicitHeight: VLCStyle.fontSize_normal
         color: VLCStyle.colors.button
         border.color: VLCStyle.colors.buttonBorder
     }
-- 
2.21.0
    
    
More information about the vlc-devel
mailing list