forked from qt-creator/qt-creator
Debugger: Show Global Log in top area by default
It's off by default anyway, and in case when one wants to see it the previous position was not providing enough space. Change-Id: Ie5c6f56f482a8ca59fd47a534bbae70721313e0b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1405,7 +1405,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
|||||||
|
|
||||||
m_perspective.addWindow(m_engineManagerWindow, Perspective::SplitVertical, nullptr);
|
m_perspective.addWindow(m_engineManagerWindow, Perspective::SplitVertical, nullptr);
|
||||||
m_perspective.addWindow(m_breakpointManagerWindow, Perspective::SplitHorizontal, m_engineManagerWindow);
|
m_perspective.addWindow(m_breakpointManagerWindow, Perspective::SplitHorizontal, m_engineManagerWindow);
|
||||||
m_perspective.addWindow(m_globalLogWindow, Perspective::AddToTab, m_breakpointManagerWindow, false);
|
m_perspective.addWindow(m_globalLogWindow, Perspective::AddToTab, nullptr, false, Qt::TopDockWidgetArea);
|
||||||
|
|
||||||
setInitialState();
|
setInitialState();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user