1
Fork 0
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:
Joshua Goins 2023-09-23 14:04:03 -04:00
parent 6761201ce0
commit 3140e0246e

View file

@ -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");