diff options
| author | Peter Penz <[email protected]> | 2007-07-25 17:32:37 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-25 17:32:37 +0000 |
| commit | e12944d443e1e1236cfaca20bdba9aeeeb003c5c (patch) | |
| tree | fbf3a5ea0d528ec56b68499d00426d0594d051d2 | |
| parent | 7beab1ffb5c3e777bee8266cb30bcc0c83d62e6a (diff) | |
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
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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))); |
