mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 19:49:53 +00:00
Qt: Don't force a minimum size for the main window
This commit is contained in:
parent
0f9ae6d361
commit
3eac4b6c9d
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue