mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #7594 from TryTwo/NestedDocks
Add nested docking to increase layout choices while debugging.
This commit is contained in:
commit
2eb85c8fcf
1 changed files with 1 additions and 0 deletions
|
@ -558,6 +558,7 @@ void MainWindow::ConnectStack()
|
||||||
|
|
||||||
setCentralWidget(m_stack);
|
setCentralWidget(m_stack);
|
||||||
|
|
||||||
|
setDockOptions(DockOption::AllowNestedDocks);
|
||||||
setTabPosition(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea, QTabWidget::North);
|
setTabPosition(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea, QTabWidget::North);
|
||||||
addDockWidget(Qt::LeftDockWidgetArea, m_log_widget);
|
addDockWidget(Qt::LeftDockWidgetArea, m_log_widget);
|
||||||
addDockWidget(Qt::LeftDockWidgetArea, m_log_config_widget);
|
addDockWidget(Qt::LeftDockWidgetArea, m_log_config_widget);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue