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
commit 3eac4b6c9d
No known key found for this signature in database
GPG key ID: 4E48BB48BA7E9026
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;