[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: fix focus/background on PlayButton

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu Jun 11 11:57:02 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
adb36fc7 by YosfKenawy at 2026-06-11T13:38:53+02:00
qt: fix focus/background on PlayButton

- - - - -
a1dab981 by YosfKenawy at 2026-06-11T13:38:53+02:00
qt: use AnimatedBackground with circular radius and spacing

- - - - -


1 changed file:

- modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml


Changes:

=====================================
modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml
=====================================
@@ -244,7 +244,10 @@ T.Control {
 
         Widgets.AnimatedBackground {
             anchors.fill: parent
-            anchors.margins: -border.width
+            anchors.margins: -border.width * 4
+
+            radius: width / 2
+            border.pixelAligned: false
 
             enabled: theme.initialized
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/1a2bc6a941d037e33b32ead416f9a602f54760b4...a1dab98141464cd8778fd1bb8d60fadfc2be6fe9

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/1a2bc6a941d037e33b32ead416f9a602f54760b4...a1dab98141464cd8778fd1bb8d60fadfc2be6fe9
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list