mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 20:38:33 -06:00
Qt: set smaller default log frame height
This commit is contained in:
parent
7c031c2330
commit
62efe6e5be
@ -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…
Reference in New Issue
Block a user