mirror of https://github.com/KDE/kasts.git
Adapt spacing of controls on PlayerControls
This commit is contained in:
parent
4edacbc5e8
commit
401f12c02d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue