Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
9d382b9f by Benjamin Arnaud at 2023-01-28T12:29:50+00:00
qml/VideoQualityLabels: Fix radius scaling

- - - - -


1 changed file:

- modules/gui/qt/widgets/qml/VideoQualityLabels.qml


Changes:

=====================================
modules/gui/qt/widgets/qml/VideoQualityLabels.qml
=====================================
@@ -42,7 +42,7 @@ Row {
                 anchors.fill: label
                 color: "black"
                 opacity: 0.5
-                radius: 3
+                radius: VLCStyle.dp(3, VLCStyle.scale)
             }
 
             Accessible.ignored: true



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9d382b9f684c40d6bcb1a2a8ed58a8f3bb8faed5

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9d382b9f684c40d6bcb1a2a8ed58a8f3bb8faed5
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to