Skip to content
Snippets Groups Projects
Commit 74d493ff authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Use standardized padding

parent f1f5796f
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ApplicationWindow { ...@@ -49,7 +49,7 @@ ApplicationWindow {
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
anchors.margins: 10 anchors.margins: 10
spacing: 10 spacing: Nheko.paddingMedium
Label { Label {
text: qsTr("User ID to invite") text: qsTr("User ID to invite")
...@@ -57,7 +57,7 @@ ApplicationWindow { ...@@ -57,7 +57,7 @@ ApplicationWindow {
} }
RowLayout { RowLayout {
spacing: 10 spacing: Nheko.paddingMedium
MatrixTextField { MatrixTextField {
id: inviteeEntry id: inviteeEntry
...@@ -165,7 +165,7 @@ ApplicationWindow { ...@@ -165,7 +165,7 @@ ApplicationWindow {
model: invitees model: invitees
delegate: RowLayout { delegate: RowLayout {
spacing: 10 spacing: Nheko.paddingMedium
Avatar { Avatar {
width: Nheko.avatarSize width: Nheko.avatarSize
......
...@@ -29,7 +29,7 @@ ApplicationWindow { ...@@ -29,7 +29,7 @@ ApplicationWindow {
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
anchors.margins: 10 anchors.margins: 10
spacing: 10 spacing: Nheko.paddingMedium
Avatar { Avatar {
id: roomAvatar id: roomAvatar
...@@ -81,7 +81,7 @@ ApplicationWindow { ...@@ -81,7 +81,7 @@ ApplicationWindow {
} }
delegate: RowLayout { delegate: RowLayout {
spacing: 10 spacing: Nheko.paddingMedium
Avatar { Avatar {
width: Nheko.avatarSize width: Nheko.avatarSize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment