From 79fa3795ca4ef1233a1e3f7185dcd8c0f26c1c38 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 15 Mar 2024 10:28:51 +0200 Subject: [PATCH] fix(settings) fix popup spacing for change password modal The extra space was not needed given that modal has a padding of 16 already Closes: #13894 --- ui/app/AppLayouts/Profile/popups/ConfirmChangePasswordModal.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/popups/ConfirmChangePasswordModal.qml b/ui/app/AppLayouts/Profile/popups/ConfirmChangePasswordModal.qml index 4c7bd94a7c..a483ddf6da 100644 --- a/ui/app/AppLayouts/Profile/popups/ConfirmChangePasswordModal.qml +++ b/ui/app/AppLayouts/Profile/popups/ConfirmChangePasswordModal.qml @@ -52,7 +52,6 @@ StatusDialog { Column { anchors.fill: parent - anchors.margins: 16 spacing: 20 StatusBaseText { width: parent.width