Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Feb 2, 2022
1 parent 8dcbf2e commit 325b5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,15 @@ ApplicationWindow {
soundPlayer: soundPlayer
Layout.fillWidth: true
Layout.fillHeight: true
Layout.maximumHeight: parent.height / 4
}

VerticalSpacer {}

Row {
spacing: margin * 2

Layout.alignment: Qt.AlignHCenter
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop

ColumnLayout {
width: root.columnWidth
Expand Down

0 comments on commit 325b5f6

Please sign in to comment.