mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Readjust minimum main spectrum window dimestions
This commit is contained in:
parent
bbeb058944
commit
844832a776
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user