Created attachment 141811 [details] Lugares (Places) isn't centered. It also looks like this in the beta. SUMMARY On the latest beta (using Neon Unstable) the places tab on the bottom is not centered after the changes made in 5.23. This is a regression because in 5.22.5 it was correctly aligned. You can find more screenshots on this merge request: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/570#note_309285
Created attachment 141812 [details] This is what it looks like on Plasma 5.22.5
Looks like this regressed again. It's very fiddly code.
Looks like an issue in IconLabel (https://invent.kde.org/frameworks/plasma-framework/-/blob/master/src/declarativeimports/plasmacomponents3/private/IconLabel.qml).
Yes, the issue is that the GridLayout in the content item is currently stretched to fill the space, which necessarily makes the whole thing left-aligned.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/368
Fix by Eugene Popov with https://invent.kde.org/frameworks/plasma-framework/-/commit/92ac1038cff333d70a71331b2a5fa0b9d91bc39d in Frameworks 5.89.