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

Fix hardcoded spacing/padding

Another padding fix
parent 6c9ac762
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -28,7 +28,7 @@ ApplicationWindow {
ColumnLayout {
anchors.fill: parent
anchors.margins: 10
anchors.margins: Nheko.paddingMedium
spacing: Nheko.paddingMedium
Avatar {
......@@ -59,7 +59,7 @@ ApplicationWindow {
ScrollView {
palette: Nheko.colors
padding: 10
padding: Nheko.paddingMedium
ScrollBar.horizontal.visible: false
Layout.fillHeight: true
Layout.minimumHeight: 200
......@@ -69,7 +69,7 @@ ApplicationWindow {
id: memberList
clip: true
spacing: 8
spacing: Nheko.paddingMedium
boundsBehavior: Flickable.StopAtBounds
model: members
......@@ -92,7 +92,7 @@ ApplicationWindow {
}
ColumnLayout {
spacing: 5
spacing: Nheko.paddingSmall
Label {
text: model.displayName
......
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