Set a minimum size on the visualisation window. Fixes issue 1643
This commit is contained in:
parent
e69502dfd3
commit
e8101273f0
@ -62,6 +62,8 @@ VisualisationContainer::VisualisationContainer(QWidget *parent)
|
|||||||
|
|
||||||
QShortcut* close = new QShortcut(QKeySequence::Close, this);
|
QShortcut* close = new QShortcut(QKeySequence::Close, this);
|
||||||
connect(close, SIGNAL(activated()), SLOT(close()));
|
connect(close, SIGNAL(activated()), SLOT(close()));
|
||||||
|
|
||||||
|
setMinimumSize(64, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
void VisualisationContainer::Init() {
|
void VisualisationContainer::Init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user