From dbce2f796cbe9ab71f7e4af9dc684aa28e14fb76 Mon Sep 17 00:00:00 2001 From: MrMirDan Date: Fri, 13 Mar 2026 13:30:42 +0200 Subject: [PATCH] update: app password and encription pages margins --- client/ui/qml/Pages2/PageSettingsAppEncryption.qml | 4 ++-- client/ui/qml/Pages2/PageSettingsAppPassword.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/ui/qml/Pages2/PageSettingsAppEncryption.qml b/client/ui/qml/Pages2/PageSettingsAppEncryption.qml index d35b3506b..26cc90e97 100644 --- a/client/ui/qml/Pages2/PageSettingsAppEncryption.qml +++ b/client/ui/qml/Pages2/PageSettingsAppEncryption.qml @@ -72,7 +72,7 @@ PageType { BasicButtonType { Layout.leftMargin: 8 - Layout.bottomMargin: 16 + Layout.bottomMargin: 32 implicitHeight: 16 defaultColor: AmneziaStyle.color.transparent @@ -166,7 +166,7 @@ PageType { width: listView.width CaptionTextType { Layout.fillWidth: true - Layout.topMargin: 16 + Layout.topMargin: 32 horizontalAlignment: Text.AlignHCenter textFormat: Text.RichText diff --git a/client/ui/qml/Pages2/PageSettingsAppPassword.qml b/client/ui/qml/Pages2/PageSettingsAppPassword.qml index d8a713376..90ee1f238 100644 --- a/client/ui/qml/Pages2/PageSettingsAppPassword.qml +++ b/client/ui/qml/Pages2/PageSettingsAppPassword.qml @@ -69,7 +69,7 @@ PageType { BasicButtonType { Layout.leftMargin: 8 - Layout.bottomMargin: 16 + Layout.bottomMargin: 32 implicitHeight: 16 defaultColor: AmneziaStyle.color.transparent