From 06f7f1668dc9e917303d2ecf13d7922aab426eff Mon Sep 17 00:00:00 2001 From: Boris Melnik Date: Wed, 11 May 2022 14:44:41 +0300 Subject: [PATCH] fix(ContactsView): Fix layout height Closes: #5686 --- ui/app/AppLayouts/Profile/views/ContactsView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/views/ContactsView.qml b/ui/app/AppLayouts/Profile/views/ContactsView.qml index ce31323dec..7b1d22cd83 100644 --- a/ui/app/AppLayouts/Profile/views/ContactsView.qml +++ b/ui/app/AppLayouts/Profile/views/ContactsView.qml @@ -40,6 +40,7 @@ SettingsContentBase { ColumnLayout { spacing: 0 width: root.contentWidth + height: root.height SearchBox { id: searchBox