From: Andreas Hartmetz Date: Sat, 12 Nov 2016 17:46:20 +0000 (+0100) Subject: Also change the resize mode the other way... X-Git-Tag: archive/raspbian/6.6.0-1+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7554c28d87088597aacf93a443df2379e3e0d4ca;p=kf6-kio.git Also change the resize mode the other way... Gbp-Pq: Name Also-change-the-resize-mode-the-other-way.patch --- diff --git a/src/filewidgets/kdiroperatordetailview.cpp b/src/filewidgets/kdiroperatordetailview.cpp index 491aea5..32e8218 100644 --- a/src/filewidgets/kdiroperatordetailview.cpp +++ b/src/filewidgets/kdiroperatordetailview.cpp @@ -91,6 +91,8 @@ bool KDirOperatorDetailView::setViewMode(KFile::FileView viewMode) // using KDirOperator in horizontally limited parts of an app. if (tree && m_hideDetailColumns) { header()->setSectionResizeMode(QHeaderView::ResizeToContents); + } else { + header()->setSectionResizeMode(QHeaderView::Interactive); } return true;