Bug 449019

Summary: Column headers should resize and be restricted based on the window size
Product: [Applications] dolphin Reporter: jimbo <loudsquid>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: kfm-devel
Priority: NOR    
Version: 21.12.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description jimbo 2022-01-23 15:19:41 UTC
When resizing Dolphin horizontally the last column on the far right will be hidden as you shrink the window from right to left. If you resize from left to right the first column on the far left will not be hidden and will move with the left side of the window. The extreme right column should have the same behaviour.

The columns should be restricted within the limits of the containing window and should attempt to shrink to fit the windows size. The extreme left / right should shrink any remaining columns in the center, starting with the widest column width. Each column width should have a minimum shrink size (allowing the column header to be displayed at least).

The places/remote panel should not shrink based on the size of the window. If the user wants to shrink that then they should use the handle available. Thanks.