1
0
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:
f4exb
2022-04-10 00:11:23 +02:00
parent cfde845b5a
commit 4ff5d241c8
6 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -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;