┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 3170f6c90..b15de900b 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -309,7 +309,7 @@ void DolphinDetailsView::resizeEvent(QResizeEvent* event)
if (useFixedWidth) {
// the current width of the name-column is too small, hence
// use a fixed size
- headerView->setResizeMode(QHeaderView::Interactive);
+ headerView->setResizeMode(QHeaderView::Fixed);
headerView->setResizeMode(0, QHeaderView::Fixed);
headerView->resizeSection(KDirModel::Name, minWidth);
} else if (headerView->resizeMode(0) != QHeaderView::Stretch) {