┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-03 21:47:47 +0000
committerPeter Penz <[email protected]>2007-10-03 21:47:47 +0000
commit65853e44faa9100522d8ed4c1224a60a43598736 (patch)
treef26951a1d85e15faf637b767a3d823a8628c8ec3 /src/dolphindetailsview.cpp
parent41f692a64726c2e8927989707af1aa35f5745471 (diff)
disable the moving of columns
svn path=/trunk/KDE/kdebase/apps/; revision=720855
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 1d26f4ec8..61919c140 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -125,6 +125,7 @@ bool DolphinDetailsView::event(QEvent* event)
headerView->setStretchLastSection(false);
headerView->setResizeMode(QHeaderView::ResizeToContents);
headerView->setResizeMode(0, QHeaderView::Stretch);
+ headerView->setMovable(false);
// hide columns if this is indicated by the settings
const DetailsModeSettings* settings = DolphinSettings::instance().detailsModeSettings();