From e12944d443e1e1236cfaca20bdba9aeeeb003c5c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 25 Jul 2007 17:32:37 +0000 Subject: [PATCH] Don't add the terminal to the right docking area, if it may only get aligned on the top and bottom. svn path=/trunk/KDE/kdebase/apps/; revision=692484 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index b20beb26b..641f12c05 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1379,7 +1379,7 @@ void DolphinMainWindow::setupDockWidgets() terminalDock->toggleViewAction()->setShortcut(Qt::Key_F4); actionCollection()->addAction("show_terminal_panel", terminalDock->toggleViewAction()); - addDockWidget(Qt::RightDockWidgetArea, terminalDock); + addDockWidget(Qt::BottomDockWidgetArea, terminalDock); connect(this, SIGNAL(urlChanged(KUrl)), terminalWidget, SLOT(setUrl(KUrl))); -- 2.47.3