diff --git a/common/build.h b/common/build.h index 72a01ff..fbf73fe 100644 --- a/common/build.h +++ b/common/build.h @@ -1,2 +1,2 @@ /* This file is generated by git */ -#define BUILD "413" +#define BUILD "414" diff --git a/ui/main-window.cpp b/ui/main-window.cpp index e781bcb..43d9f60 100644 --- a/ui/main-window.cpp +++ b/ui/main-window.cpp @@ -44,6 +44,7 @@ enum tabs { MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { + this->setMinimumWidth(600); this->mainWidget = new QWidget(); this->gameplayWidget = new QWidget(); this->funWidget = new QWidget();