[vlc-commits] qml: add table cover radius values in VLCStyle
    Prince Gupta 
    git at videolan.org
       
    Thu Dec 17 14:57:17 UTC 2020
    
    
  
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Dec  7 23:27:38 2020 +0530| [6bb4ab335de99d72f2ec89596c6a3a3eee199cd7] | committer: Pierre Lamot
qml: add table cover radius values in VLCStyle
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bb4ab335de99d72f2ec89596c6a3a3eee199cd7
---
 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
    
    
More information about the vlc-commits
mailing list