Skip to content

Commit

Permalink
m2k/spectrum_analyzer: Set sweep menu min width.
Browse files Browse the repository at this point in the history
Signed-off-by: andreidanila1 <[email protected]>
  • Loading branch information
andreidanila1 committed Nov 8, 2024
1 parent c22875e commit a1c39f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/m2k/src/old/spectrum_analyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ SpectrumAnalyzer::SpectrumAnalyzer(libm2k::context::M2k *m2k, QString uri, Filte
sample_rate = m_max_sample_rate;

ui->setupUi(this);
ui->sweepSettings->setMinimumWidth(350);
// Temporarily disable the delta marker button
ui->pushButton_4->hide();

Expand Down

0 comments on commit a1c39f7

Please sign in to comment.