[vlc-devel] [PATCH 16/39] qml: change banner icon size
Prince Gupta
guptaprince8832 at gmail.com
Thu Jan 7 11:50:12 UTC 2021
---
modules/gui/qt/style/VLCStyle.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 1ae37ed80f..0d6cfe2bcd 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -202,7 +202,7 @@ Item {
property int globalToolbar_height: dp(40, scale)
property int localToolbar_height: dp(48, scale)
- property int banner_icon_size: dp(38, scale)
+ property int banner_icon_size: dp(28, scale)
property int bannerTabButton_width_small: banner_icon_size
property int bannerTabButton_width_large: column_width
--
2.25.1
More information about the vlc-devel
mailing list