Better resize, FPGAViewWidget minimal is now 320x200, fixes #222
This commit is contained in:
parent
c6604a4582
commit
bfc96cc962
@ -102,7 +102,7 @@ void FPGAViewWidget::newContext(Context *ctx)
|
||||
pokeRenderer();
|
||||
}
|
||||
|
||||
QSize FPGAViewWidget::minimumSizeHint() const { return QSize(640, 480); }
|
||||
QSize FPGAViewWidget::minimumSizeHint() const { return QSize(320, 200); }
|
||||
|
||||
QSize FPGAViewWidget::sizeHint() const { return QSize(640, 480); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user