mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 11:34:09 -04:00
Massive UI revamping (v7): main spectrum show/hide and minimum width set to 360
This commit is contained in:
@@ -99,7 +99,7 @@ GLSpectrum::GLSpectrum(QWidget* parent) :
|
||||
setAttribute(Qt::WA_NoSystemBackground, true);
|
||||
setMouseTracking(true);
|
||||
|
||||
setMinimumSize(200, 200);
|
||||
setMinimumSize(360, 200);
|
||||
|
||||
m_waterfallShare = 0.5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user