Skip to content
Snippets Groups Projects
Commit 9d382b9f authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Steve Lhomme
Browse files

qml/VideoQualityLabels: Fix radius scaling

parent 10a66f8a
No related branches found
No related tags found
1 merge request!3141qml/VideoQualityLabels: Fix radius scaling
Pipeline #307863 failed with stage
in 31 minutes and 41 seconds
......@@ -42,7 +42,7 @@ Row {
anchors.fill: label
color: "black"
opacity: 0.5
radius: 3
radius: VLCStyle.dp(3, VLCStyle.scale)
}
Accessible.ignored: true
......
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