https://bugs.kde.org/show_bug.cgi?id=401506

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|kwrite-bugs-n...@kde.org    |fa...@kde.org
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
            Product|kate                        |frameworks-kio
            Summary|Kate File Browser Columns   |[KDirOperator] Detailed
                   |No Longer Resizable         |views don't have an option
                   |                            |to turn off automatic
                   |                            |column widths
            Version|18.04.3                     |5.52.0
          Component|general                     |general
                 CC|                            |kdelibs-b...@kde.org,
                   |                            |n...@kde.org
           Keywords|                            |usability

--- Comment #1 from Nate Graham <n...@kde.org> ---
This was caused by the change to auto-size all columns by default (which is a
better default setting for most views):
https://cgit.kde.org/kio.git/commit/?id=e504bc1fd56412ee7e9748a0dfafa537977ec1b5

Specifically, the change from:

headerView->setSectionResizeMode(QHeaderView::Interactive);

to:

headerView->setSectionResizeMode(0, QHeaderView::Stretch);
+        headerView->setSectionResizeMode(1, QHeaderView::ResizeToContents);
+        headerView->setSectionResizeMode(2, QHeaderView::ResizeToContents);

We should provide a way to turn off this behavior like Dolphin has. As a
workaround, you can switch to Tree View using the two-slider icon above the
file list

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to