summary refs log tree commit diff
path: root/resources/qml/InviteDialog.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 10:10:43 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:48:03 -0400
commit152acdc4a5eb3604515d1b6b7645446c332de1eb (patch)
tree7cc8cfceea38338b3176832a9794b73bc9b5dfb5 /resources/qml/InviteDialog.qml
parentFix roomId property (diff)
downloadnheko-152acdc4a5eb3604515d1b6b7645446c332de1eb.tar.xz
Fix hardcoded spacing/padding
Another padding fix
Diffstat (limited to 'resources/qml/InviteDialog.qml')
-rw-r--r--resources/qml/InviteDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml
index 1eaaef8f..e80087fc 100644
--- a/resources/qml/InviteDialog.qml
+++ b/resources/qml/InviteDialog.qml
@@ -47,7 +47,7 @@ ApplicationWindow {
 
     ColumnLayout {
         anchors.fill: parent
-        anchors.margins: 10
+        anchors.margins: Nheko.paddingMedium
         spacing: Nheko.paddingMedium
 
         Label {
@@ -106,7 +106,7 @@ ApplicationWindow {
                 }
 
                 ColumnLayout {
-                    spacing: 5
+                    spacing: Nheko.paddingSmall
 
                     Label {
                         text: model.displayName