Skip to content
Snippets Groups Projects
Commit 6bb4ab33 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: add table cover radius values in VLCStyle


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent eb48de6d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment