aboutsummaryrefslogtreecommitdiff
path: root/qml/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/SettingsPage.qml')
-rw-r--r--qml/SettingsPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/SettingsPage.qml b/qml/SettingsPage.qml
index 9aebbeb..e0cee5f 100644
--- a/qml/SettingsPage.qml
+++ b/qml/SettingsPage.qml
@@ -42,6 +42,7 @@ Kirigami.ScrollablePage {
text: "Change avatar"
icon.name: "avatar-default"
hoverEnabled: true
+ anchors.horizontalCenter: pfp.horizontalCenter
onClicked: changePfpDialog.open()
}