Skip to content

Commit 9e17258

Browse files
committed
Add a spacing row
1 parent 4914481 commit 9e17258

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/view/qml/Dialogs/SynthDialog.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,12 @@ Dialog {
115115
SynthDialog_AmpEg {}
116116
SynthDialog_ModEg {}
117117
SynthDialog_Delay {}
118+
119+
// Spacing Row
118120
Item {
119121
Layout.fillWidth: true
122+
Layout.preferredHeight: 10
123+
Layout.columnSpan: 5
120124
}
121125
}
122126
}

0 commit comments

Comments
 (0)