]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Don't add the terminal to the right docking area, if it may only get aligned on the...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 25 Jul 2007 17:32:37 +0000 (17:32 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 25 Jul 2007 17:32:37 +0000 (17:32 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=692484

src/dolphinmainwindow.cpp

index b20beb26b1ff96dc55e236c3f3f3bf24b27ebe78..641f12c050b629431b164ac1063937bb56276ad3 100644 (file)
@@ -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)));