Increase HBox spacing

This commit is contained in:
miruka 2019-12-08 05:29:37 -04:00
parent f58e2cbf7a
commit c3f1ca95f9

View File

@ -41,7 +41,7 @@ Rectangle {
HColumnLayout {
id: interfaceBody
spacing: theme.spacing
spacing: theme.spacing * 1.5
Layout.margins: spacing
}