! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[enh] Use consistent horizontal item spacing in icon view
Status:
RESOLVED: MOVED

Comments

Description Mahe 2015-08-18 19:59:22 CEST
Created attachment 6420 
Thunar's display for two different folders: one with maximum width items (top) and the other with dynamically resized widths (bottom)

Currently Thunar uses varying item spacing in icon view. If a view contains only items with short names, those items will be much closer together than in other views which also contain elements with long names. This is because of the dynamic column width of the grid in which the items are displayed.
Please have a look at the attached screenshot for better illustration.

The varying horizontal spacing between items can be annoying when quickly navigating between multiple directories.

Many file managers use a consistent item spacing regardless of view content. I think Thunar should do the same, at least in horizontal direction.
Comment 1 Mahe 2015-08-18 20:02:29 CEST
Created attachment 6421 
Patch ensuring consistent horizontal spacing of items in item view

This patch addresses the issue of varying horizontal spacing in icon view by using a fixed width (= maximum width) for the columns of the grid layout.
The patch introduces the following xfconf variable:

misc-fixed-item-width: toggles the fixed item width on (TRUE) or off (FALSE); default: TRUE

The patch only affects icon view and the new behavior only applies to views with text below items.
Comment 2 Git Bot editbugs 2020-05-26 23:24:00 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/thunar/-/issues/118.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #12153

Reported by:
Mahe
Reported on: 2015-08-18
Last modified on: 2020-05-26

People

Assignee:
Xfce Bug Triage
CC List:
3 users

Version

Version:
1.6.10

Attachments

Additional information