From e68d06462db8367e04deebc2ffb733410d3fc6f8 Mon Sep 17 00:00:00 2001 From: Anastasiya S Date: Mon, 11 Oct 2021 16:55:54 +0300 Subject: [PATCH] fix/ui/onboardingGenKeyModal.qml: fix height by design --- ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml b/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml index 9d562beede..e54e542d10 100644 --- a/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml +++ b/ui/app/AppLayouts/Onboarding/popups/GenKeyModal.qml @@ -17,6 +17,7 @@ ModalPopup { id: popup //% "Choose a chat name" title: qsTrId("intro-wizard-title2") + height: 504 AccountListPanel { id: accountList