1 parent b3de66a commit 2ecc898Copy full SHA for 2ecc898
1 file changed
src/view/qml/Dialogs/PianoSynthDialog.qml
@@ -76,19 +76,16 @@ Dialog {
76
}
77
78
// String section
79
- ScrollView {
+ ColumnLayout {
80
Layout.fillWidth: true
81
Layout.fillHeight: true
82
- clip: true
83
-
84
- ColumnLayout {
85
- width: parent.width - 20
86
- spacing: 20
+ Layout.alignment: Qt.AlignTop
87
88
- PianoSynthDialog_String {
89
- Layout.fillWidth: true
90
- }
+ PianoSynthDialog_String {
+ Layout.fillWidth: true
91
+ Item { Layout.fillHeight: true }
92
93
94
0 commit comments