SUMMARY This line contains a typo in "parent" https://invent.kde.org/frameworks/kirigami/-/blob/master/src/controls/AboutPage.qml#L56 However, "anchors.fill: parent" doesn't seem to be the correct property, as it left aligns the about page, whereas we want it to be center aligned. Removing the line produces the desired result. SOFTWARE/OS VERSIONS Linux/KDE Plasma: EndeavourOS (available in About System) KDE Plasma Version: 5.22.90 KDE Frameworks Version: 5.86.0 Qt Version: 5.13.2
Good catch. In fact the problem is that "parent" is misspelled; it says "parnet" instead! Wanna fix it? You can submit a merge request here: https://invent.kde.org/frameworks/kirigami/-/merge_requests/
(In reply to Nate Graham from comment #1) > Good catch. In fact the problem is that "parent" is misspelled; it says > "parnet" instead! Wanna fix it? You can submit a merge request here: > https://invent.kde.org/frameworks/kirigami/-/merge_requests/ Thanks! I have created a merge request : https://invent.kde.org/frameworks/kirigami/-/merge_requests/384
Fixed by Snehit Sah with https://invent.kde.org/frameworks/kirigami/-/commit/84438e5bd6721102a5db6190af6b74c7ffda0573 in Frameworks 5.87!