From e7eeaf7204686dfa60312fb1578f0c2bf8c4b1a1 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig <jbache@trolltech.com> Date: Mon, 26 Apr 2010 19:55:05 +0200 Subject: [PATCH] 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 --- src/plugins/debugger/debuggeruiswitcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/debugger/debuggeruiswitcher.cpp b/src/plugins/debugger/debuggeruiswitcher.cpp index 662b90db425..695e3d30835 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())); -- GitLab