Skip to content

Commit 2ecc898

Browse files
committed
Fix Piano Synth string knob layout width
1 parent b3de66a commit 2ecc898

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

src/view/qml/Dialogs/PianoSynthDialog.qml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,16 @@ Dialog {
7676
}
7777

7878
// String section
79-
ScrollView {
79+
ColumnLayout {
8080
Layout.fillWidth: true
8181
Layout.fillHeight: true
82-
clip: true
83-
84-
ColumnLayout {
85-
width: parent.width - 20
86-
spacing: 20
82+
Layout.alignment: Qt.AlignTop
8783

88-
PianoSynthDialog_String {
89-
Layout.fillWidth: true
90-
}
84+
PianoSynthDialog_String {
85+
Layout.fillWidth: true
86+
Layout.alignment: Qt.AlignTop
9187
}
88+
Item { Layout.fillHeight: true }
9289
}
9390
}
9491

0 commit comments

Comments
 (0)