Use standardized padding

This commit is contained in:
Loren Burkholder 2021-07-19 10:07:54 -04:00
parent f1f5796fb8
commit 74d493ff16
2 changed files with 5 additions and 5 deletions

View file

@ -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 {
} }
RowLayout { RowLayout {
spacing: 10 spacing: Nheko.paddingMedium
MatrixTextField { MatrixTextField {
id: inviteeEntry id: inviteeEntry
@ -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

View file

@ -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 {
} }
delegate: RowLayout { delegate: RowLayout {
spacing: 10 spacing: Nheko.paddingMedium
Avatar { Avatar {
width: Nheko.avatarSize width: Nheko.avatarSize