Skip to content

Fix the alignment of delegate buttons

This MR fixes the alignment of the delegate buttons, which is sometimes broken. As stated in the Qt docs, we should use AnchorChanges instead of conditional bindings. See https://doc.qt.io/qt-5/qtquick-positioning-anchors.html#changing-anchors.

BUG: 437044

Merge request reports