From 04239bafc3bb301a3efc146a9e99e1ae4d977981 Mon Sep 17 00:00:00 2001 From: Hussam al-Homsi Date: Sun, 10 May 2020 03:04:42 -0400 Subject: [PATCH] addStretch() before adding the oscilloscope --- src/gui/editors/SongEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/SongEditor.cpp b/src/gui/editors/SongEditor.cpp index b273a4221..716b2f734 100644 --- a/src/gui/editors/SongEditor.cpp +++ b/src/gui/editors/SongEditor.cpp @@ -216,7 +216,7 @@ SongEditor::SongEditor( Song * song ) : vcw_layout->setMargin( 0 ); vcw_layout->setSpacing( 0 ); - //vcw_layout->addStretch(); + vcw_layout->addStretch(); vcw_layout->addWidget( new Oscilloscope( vc_w ) ); vcw_layout->addWidget( new CPULoadWidget( vc_w ) );