[vlc-commits] [Git][videolan/vlc][master] qml/VideoQualityLabels: Fix radius scaling

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Jan 28 12:53:24 UTC 2023



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


More information about the vlc-commits mailing list