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 {
ColumnLayout {
anchors.fill: parent
anchors.margins: 10
spacing: 10
spacing: Nheko.paddingMedium
Label {
text: qsTr("User ID to invite")
......@@ -57,7 +57,7 @@ ApplicationWindow {
}
RowLayout {
spacing: 10
spacing: Nheko.paddingMedium
MatrixTextField {
id: inviteeEntry
......@@ -165,7 +165,7 @@ ApplicationWindow {
model: invitees
delegate: RowLayout {
spacing: 10
spacing: Nheko.paddingMedium
Avatar {
width: Nheko.avatarSize
......
......@@ -29,7 +29,7 @@ ApplicationWindow {
ColumnLayout {
anchors.fill: parent
anchors.margins: 10
spacing: 10
spacing: Nheko.paddingMedium
Avatar {
id: roomAvatar
......@@ -81,7 +81,7 @@ ApplicationWindow {
}
delegate: RowLayout {
spacing: 10
spacing: Nheko.paddingMedium
Avatar {
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