Add game window resize on boot (#3000)

This commit is contained in:
Megamouse
2017-07-14 17:10:38 +02:00
committed by Ivan
parent 0adb579736
commit ad66dbfd0b
7 changed files with 143 additions and 14 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class main_window : public QMainWindow
#endif
public:
explicit main_window(QWidget *parent = 0);
explicit main_window(std::shared_ptr<gui_settings> guiSettings, QWidget *parent = 0);
void Init();
~main_window();
void CreateThumbnailToolbar();