Skip to content
Snippets Groups Projects
Commit ecb75322 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qml: change anchor adjustment order for Qt 6

parent 1d46d8b7
No related branches found
Tags 2.8.9 tv1.1.3
1 merge request!4184qml: change anchor adjustment order for Qt 6
Pipeline #381023 passed with warnings with stage
in 32 minutes and 24 seconds
......@@ -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
......
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