mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Fix GLSpectrum flow layout setup
This commit is contained in:
parent
4111c967e9
commit
168bf09921
@ -51,7 +51,7 @@ GLSpectrumGUI::GLSpectrumGUI(QWidget* parent) :
|
||||
ui->verticalLayout->removeItem(ui->Line3Layout);
|
||||
ui->verticalLayout->removeItem(ui->Line2Layout);
|
||||
ui->verticalLayout->removeItem(ui->Line1Layout);
|
||||
FlowLayout *flowLayout = new FlowLayout(this, 1, 1, 1);
|
||||
FlowLayout *flowLayout = new FlowLayout(nullptr, 1, 1, 1);
|
||||
flowLayout->addItem(ui->Line1Layout);
|
||||
flowLayout->addItem(ui->Line2Layout);
|
||||
flowLayout->addItem(ui->Line3Layout);
|
||||
|
Loading…
Reference in New Issue
Block a user