More consistant spacing for HBox & SignIn

This commit is contained in:
miruka
2019-12-07 11:05:46 -04:00
parent 956dc52174
commit a2ffaf4a67
2 changed files with 3 additions and 3 deletions

View File

@@ -38,11 +38,10 @@ Rectangle {
HColumnLayout {
id: mainColumn
width: parent.width
spacing: theme.spacing
HColumnLayout {
id: interfaceBody
spacing: parent.spacing
spacing: theme.spacing
Layout.margins: spacing
}