[vlc-commits] [Git][videolan/vlc][master] qml: change anchor adjustment order for Qt 6

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Sep 4 08:48:57 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
ecb75322 by Fatih Uzunoglu at 2023-09-04T08:27:18+00:00
qml: change anchor adjustment order for Qt 6

- - - - -


1 changed file:

- modules/gui/qt/maininterface/qml/BannerSources.qml


Changes:

=====================================
modules/gui/qt/maininterface/qml/BannerSources.qml
=====================================
@@ -367,8 +367,8 @@ FocusScope {
 
                         on_AlignHCenterChanged: {
                             if (_alignHCenter) {
-                                anchors.horizontalCenter = localToolbarContent.horizontalCenter
                                 anchors.right = undefined
+                                anchors.horizontalCenter = parent.horizontalCenter
                             } else {
                                 anchors.horizontalCenter = undefined
                                 anchors.right = playlistGroup.left



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ecb7532281db5f86a203567bb6461fa38835751c
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