From bfb20df2cdc6a5436b43096d12f23df3e2ec966c Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 7 Nov 2025 19:45:33 +0100 Subject: [PATCH] AboutTab: fix centering of contributors --- Modules/Panels/Settings/Tabs/AboutTab.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Settings/Tabs/AboutTab.qml b/Modules/Panels/Settings/Tabs/AboutTab.qml index 919525f8..3bd64a45 100644 --- a/Modules/Panels/Settings/Tabs/AboutTab.qml +++ b/Modules/Panels/Settings/Tabs/AboutTab.qml @@ -179,8 +179,8 @@ ColumnLayout { } RowLayout { - anchors.fill: parent - anchors.margins: Style.marginS + anchors.centerIn: parent + width: parent.width - (Style.marginS * 2) spacing: Style.marginM Item {