summaryrefslogtreecommitdiff
path: root/src/selectioneditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/selectioneditor.cc')
-rw-r--r--src/selectioneditor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selectioneditor.cc b/src/selectioneditor.cc
index e8db104..5f3057b 100644
--- a/src/selectioneditor.cc
+++ b/src/selectioneditor.cc
@@ -60,6 +60,8 @@ SelectionEditor::SelectionEditor(Selections &s)
fadeout = createWidget("FadeOut:", this);
energy = createWidget("Energy:", this);
name = createWidget("Name:", this);
+
+ ((QHBoxLayout *)layout())->addStretch();
}
void SelectionEditor::updateSelection()