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
}

View File

@ -93,7 +93,8 @@ HBox {
HRowLayout {
spacing: theme.spacing * 1.25
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: spacing / 2
Layout.topMargin: theme.spacing
Layout.bottomMargin: Layout.topMargin
Repeater {