fix SendContactRequestModal (missing) margins/padding

This commit is contained in:
Lukáš Tinkl 2023-08-01 14:30:44 +02:00 committed by Lukáš Tinkl
parent 403e85ded7
commit 3b560157be
1 changed files with 35 additions and 39 deletions

View File

@ -16,6 +16,7 @@ StatusModal {
property var contactsStore
headerSettings.title: qsTr("Send Contact Request to chat key")
padding: d.contentMargins
QtObject {
id: d
@ -104,12 +105,8 @@ StatusModal {
}
}
contentItem: Item {
Column {
contentItem: Column {
id: content
anchors.left: parent.left
anchors.right: parent.right
anchors.margins: d.contentMargins
spacing: d.contentSpacing
StatusInput {
@ -151,7 +148,6 @@ StatusModal {
}]
}
}
}
rightButtons: [
StatusButton {