fix(ContactsView): Fix layout height

Closes: #5686
This commit is contained in:
Boris Melnik 2022-05-11 14:44:41 +03:00 committed by Iuri Matias
parent d70a23cb9a
commit 06f7f1668d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ SettingsContentBase {
ColumnLayout {
spacing: 0
width: root.contentWidth
height: root.height
SearchBox {
id: searchBox