diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2010-04-26 19:55:05 +0200 |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2010-04-26 19:58:05 +0200 |
commit | e7eeaf7204686dfa60312fb1578f0c2bf8c4b1a1 (patch) | |
tree | 1884a21535fca82c26db58e766d36a9849595c0a /src/plugins/debugger/debuggeruiswitcher.cpp | |
parent | 6be179c424d2cb2de55edabb687019616df83e3f (diff) | |
download | qt-creator-e7eeaf7204686dfa60312fb1578f0c2bf8c4b1a1.tar.gz |
Use south tabs in the debugger
The current northpointing dockwidget layout looks
broken since we repeat the label when the docks are
unlocked. We also dont line up properly with the header sections.
Other dock widgets in designer are also using the south tab so
this would be more consistent.
Reviewed-by: danimo
Diffstat (limited to 'src/plugins/debugger/debuggeruiswitcher.cpp')
-rw-r--r-- | src/plugins/debugger/debuggeruiswitcher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeruiswitcher.cpp b/src/plugins/debugger/debuggeruiswitcher.cpp index 662b90db42..695e3d3083 100644 --- a/src/plugins/debugger/debuggeruiswitcher.cpp +++ b/src/plugins/debugger/debuggeruiswitcher.cpp @@ -326,7 +326,6 @@ Utils::FancyMainWindow *DebuggerUISwitcher::mainWindow() const QWidget *DebuggerUISwitcher::createMainWindow(Core::BaseMode *mode) { d->m_mainWindow = new DebuggerMainWindow(this); - d->m_mainWindow->setTabPosition(Qt::AllDockWidgetAreas, QTabWidget::North); d->m_mainWindow->setDocumentMode(true); connect(d->m_mainWindow, SIGNAL(resetLayout()), this, SLOT(resetDebuggerLayout())); |