Qt: Don't force a minimum size for the main window

This commit is contained in:
Starsam80
2017-05-26 19:24:07 -06:00
parent 0f9ae6d361
commit 3eac4b6c9d
2 changed files with 6 additions and 1 deletions

View File

@ -89,6 +89,7 @@ private:
void dragEnterEvent(QDragEnterEvent* event) override;
void dropEvent(QDropEvent* event) override;
QSize sizeHint() const override;
QStackedWidget* m_stack;
ToolBar* m_tool_bar;