mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Qt: set smaller default log frame height
This commit is contained in:
parent
7c031c2330
commit
62efe6e5be
1 changed files with 1 additions and 0 deletions
|
@ -1429,6 +1429,7 @@ void main_window::CreateDockWindows()
|
|||
m_mw->addDockWidget(Qt::LeftDockWidgetArea, m_logFrame);
|
||||
m_mw->addDockWidget(Qt::RightDockWidgetArea, m_debuggerFrame);
|
||||
m_mw->setDockNestingEnabled(true);
|
||||
m_mw->resizeDocks({ m_logFrame }, { m_mw->sizeHint().height() / 10 }, Qt::Orientation::Vertical);
|
||||
setCentralWidget(m_mw);
|
||||
|
||||
connect(m_logFrame, &log_frame::LogFrameClosed, [=]()
|
||||
|
|
Loading…
Add table
Reference in a new issue