More consistant spacing for HBox & SignIn
This commit is contained in:
parent
956dc52174
commit
a2ffaf4a67
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user