From kde-commits Sat Nov 12 18:22:07 2016 From: Andreas Hartmetz Date: Sat, 12 Nov 2016 18:22:07 +0000 To: kde-commits Subject: [kio] src/filewidgets: Also change the resize mode the other way... Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=147897493603862 Git commit a4085b7a0e3cc086b8151cca8fe71535c3bc4b31 by Andreas Hartmetz. Committed on 12/11/2016 at 18:19. Pushed by ahartmetz into branch 'master'. Also change the resize mode the other way... M +2 -0 src/filewidgets/kdiroperatordetailview.cpp http://commits.kde.org/kio/a4085b7a0e3cc086b8151cca8fe71535c3bc4b31 diff --git a/src/filewidgets/kdiroperatordetailview.cpp b/src/filewidgets/k= diroperatordetailview.cpp index f1015b3..3bd50bf 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;