mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 13:07:44 +00:00
Set minimum size for mdlviewer
This commit is contained in:
parent
6761201ce0
commit
3140e0246e
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
MainWindow::MainWindow(GameData* data) : data(data), cache(FileCache{*data}) {
|
MainWindow::MainWindow(GameData* data) : data(data), cache(FileCache{*data}) {
|
||||||
setWindowTitle("Model Viewer");
|
setWindowTitle("Model Viewer");
|
||||||
|
setMinimumSize(640, 480);
|
||||||
|
|
||||||
auto fileMenu = menuBar()->addMenu("File");
|
auto fileMenu = menuBar()->addMenu("File");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue