addStretch() before adding the oscilloscope

This commit is contained in:
Hussam al-Homsi
2020-05-10 03:04:42 -04:00
committed by Johannes Lorenz
parent 23fd4bd05c
commit 04239bafc3

View File

@@ -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 ) );