diff --git a/hecl-gui/FindBlender.hpp b/hecl-gui/FindBlender.hpp index cd23bf6bf..7a09faeee 100644 --- a/hecl-gui/FindBlender.hpp +++ b/hecl-gui/FindBlender.hpp @@ -6,7 +6,7 @@ namespace hecl::blender { constexpr uint32_t MinBlenderMajorSearch = 2; constexpr uint32_t MaxBlenderMajorSearch = 2; constexpr uint32_t MinBlenderMinorSearch = 83; -constexpr uint32_t MaxBlenderMinorSearch = 91; +constexpr uint32_t MaxBlenderMinorSearch = 92; hecl::SystemString FindBlender(int& major, int& minor); diff --git a/hecl-gui/MainWindow.cpp b/hecl-gui/MainWindow.cpp index 32c87f731..a0cec3a4c 100644 --- a/hecl-gui/MainWindow.cpp +++ b/hecl-gui/MainWindow.cpp @@ -134,6 +134,7 @@ MainWindow::MainWindow(QWidget* parent) m_dlManager.fetchIndex(); setPath(m_settings.value(QStringLiteral("working_dir")).toString()); + resize(1024, 768); } MainWindow::~MainWindow() { KillProcessTree(m_heclProc); }