Skip to content

Commit

Permalink
Set a minimum with for the window
Browse files Browse the repository at this point in the history
This should ensure that the seed number is fully displayed
  • Loading branch information
mcgrew committed Jul 27, 2019
1 parent 1187c2b commit 3b77094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.h
@@ -1,2 +1,2 @@
/* This file is generated by git */
#define BUILD "413"
#define BUILD "414"
1 change: 1 addition & 0 deletions ui/main-window.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 3b77094

Please sign in to comment.