1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Readjust minimum main spectrum window dimestions

This commit is contained in:
f4exb 2022-06-24 03:44:53 +02:00
parent bbeb058944
commit 844832a776

View File

@ -87,8 +87,8 @@ private:
bool m_drag;
QPoint m_DragPosition;
FramelessWindowResizer m_resizer;
static const int m_MinimumWidth = 360;
static const int m_MinimumHeight = 200 + 20 + 10 + 4*22 + 5;
static const int m_MinimumWidth = 380;
static const int m_MinimumHeight = 200 + 20 + 10 + 6*22 + 5;
protected:
void closeEvent(QCloseEvent *event) override;