Skip to content
Snippets Groups Projects
Commit 2b8e91e8 authored by Benjamin Arnaud's avatar Benjamin Arnaud
Browse files

qml/VLCStyle: Remove unused 'gridCover' properties

parent 47b4b563
No related branches found
Tags v1.7.0-rc2
No related merge requests found
......@@ -164,9 +164,6 @@ QtObject {
readonly property int gridCover_video_height: ( gridCover_video_width * 10.0 ) / 16
readonly property int gridCover_video_border: dp(4, scale)
readonly property int gridCover_video_width_large: dp(406, scale)
readonly property int gridCover_video_height_large: ( gridCover_video_width_large * 10.0 ) / 16
readonly property int gridCover_radius: dp(4, scale)
readonly property int expandCover_music_height: dp(171, scale)
......@@ -186,10 +183,6 @@ QtObject {
readonly property int gridItem_video_width: VLCStyle.gridCover_video_width
readonly property int gridItem_video_height: VLCStyle.gridCover_video_height + VLCStyle.margin_xxsmall + VLCStyle.fontHeight_normal + VLCStyle.fontHeight_normal
readonly property int gridItem_video_width_large: VLCStyle.gridCover_video_width_large
readonly property int gridItem_video_height_large: VLCStyle.gridCover_video_height_large + VLCStyle.margin_xxsmall + VLCStyle.fontHeight_large +
VLCStyle.margin_xxsmall + VLCStyle.fontHeight_normal
readonly property int gridItemSelectedBorder: dp(8, scale)
readonly property int column_width: dp(114, scale)
......
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