Bug 449019 - Column headers should resize and be restricted based on the window size
Summary: Column headers should resize and be restricted based on the window size
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.12.1
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-23 15:19 UTC by jimbo
Modified: 2022-01-23 15:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.