More consistant spacing for HBox & SignIn
This commit is contained in:
parent
956dc52174
commit
a2ffaf4a67
@ -38,11 +38,10 @@ Rectangle {
|
|||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
id: mainColumn
|
id: mainColumn
|
||||||
width: parent.width
|
width: parent.width
|
||||||
spacing: theme.spacing
|
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
id: interfaceBody
|
id: interfaceBody
|
||||||
spacing: parent.spacing
|
spacing: theme.spacing
|
||||||
|
|
||||||
Layout.margins: spacing
|
Layout.margins: spacing
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,8 @@ HBox {
|
|||||||
HRowLayout {
|
HRowLayout {
|
||||||
spacing: theme.spacing * 1.25
|
spacing: theme.spacing * 1.25
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.topMargin: spacing / 2
|
|
||||||
|
Layout.topMargin: theme.spacing
|
||||||
Layout.bottomMargin: Layout.topMargin
|
Layout.bottomMargin: Layout.topMargin
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user