[vlc-devel] [PATCH 18/30] qml: add table cover radius values in VLCStyle
Prince Gupta
guptaprince8832 at gmail.com
Mon Dec 14 14:27:56 CET 2020
---
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 f597020f39..a019a84de3 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -71,8 +71,10 @@ Item {
property int listAlbumCover_height: dp(32, scale)
property int listAlbumCover_width: listAlbumCover_height * 16.0/9
+ property int listAlbumCover_radius: dp(3, scale)
property int trackListAlbumCover_width: dp(32, scale)
property int trackListAlbumCover_heigth: dp(32, scale)
+ property int trackListAlbumCover_radius: dp(2, scale)
property int tableCoverRow_height: Math.max(listAlbumCover_height, fontHeight_normal) + margin_xsmall * 2
property int tableRow_height: fontHeight_normal + margin_small * 2
--
2.25.1
More information about the vlc-devel
mailing list