[vlc-commits] qml: change banner icon size
Prince Gupta
git at videolan.org
Thu Jan 14 14:42:19 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Wed Dec 23 19:43:28 2020 +0530| [6fc0b1b8370d2fc58f64762d6f5fa08f51eed1a8] | committer: Pierre Lamot
qml: change banner icon size
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fc0b1b8370d2fc58f64762d6f5fa08f51eed1a8
---
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 2a2a3d7f2b..0cef82f557 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -206,7 +206,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
More information about the vlc-commits
mailing list