From 3531b8b3540ea3f4ca57173b962021842b3f9328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Wed, 14 Feb 2024 10:12:03 -0500 Subject: [PATCH] ManageAccountPage: fix polish loop Change-Id: I31c05a8163cc03f8d181b5509e966df348814515 GitLab: #1541 --- src/app/settingsview/components/ManageAccountPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/settingsview/components/ManageAccountPage.qml b/src/app/settingsview/components/ManageAccountPage.qml index aa5f2ba9e..0f9742540 100644 --- a/src/app/settingsview/components/ManageAccountPage.qml +++ b/src/app/settingsview/components/ManageAccountPage.qml @@ -428,7 +428,7 @@ SettingsPageBase { id: deleteDescription Layout.alignment: Qt.AlignLeft - Layout.preferredWidth: parent.width + Layout.fillWidth: true text: JamiStrings.deleteAccountDescription color: JamiTheme.textColor -- GitLab