[vlc-commits] qml: add artistBanner_height constant to VLCStyle
Prince Gupta
git at videolan.org
Mon Aug 10 12:09:27 CEST 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Jul 10 00:24:15 2020 +0530| [fc6fe05aec00e0f3321891becc2d41e1828a2280] | committer: Pierre Lamot
qml: add artistBanner_height constant to VLCStyle
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc6fe05aec00e0f3321891becc2d41e1828a2280
---
modules/gui/qt/style/VLCStyle.qml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 84d41f8b3d..f9dde5e82a 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -169,6 +169,8 @@ Item {
property int table_cover_border: dp(2, scale)
+ property int artistBanner_height: dp(200, scale)
+
//global application margin "safe area"
property int applicationHorizontalMargin: 0
property int applicationVerticalMargin: 0
More information about the vlc-commits
mailing list