Adapt spacing of controls on PlayerControls

This commit is contained in:
Bart De Vries 2021-04-15 22:38:34 +02:00
parent 4edacbc5e8
commit 401f12c02d
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Kirigami.Page {
RowLayout { RowLayout {
Layout.maximumWidth: Number.POSITIVE_INFINITY //TODO ? Layout.maximumWidth: Number.POSITIVE_INFINITY //TODO ?
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Kirigami.Units.gridUnit * 2 Layout.topMargin: Kirigami.Units.gridUnit
property int buttonsize: Kirigami.Units.gridUnit * 2 property int buttonsize: Kirigami.Units.gridUnit * 2
Controls.Button { Controls.Button {