Bug 187823 - Icon Mode using column grid has incorrect vertical spacing
Summary: Icon Mode using column grid has incorrect vertical spacing
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: icons mode (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 00:27 UTC by Dan Hagerstrand
Modified: 2011-12-16 23:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.8.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Hagerstrand 2009-03-22 00:27:54 UTC
Version:           1.2 (using KDE 4.2.0)
OS:                Linux
Installed from:    Ubuntu Packages

It seems that Dolphin is incorrectly calculating vertical spacing in the Icons view when the grid layout is set to sort as columns, with the text on the side. When additional information is selected for view, the amount of vertical spacing becomes very large, even if grid spacing is set to "None".

Steps to reproduce:

- Go to Settings -> Configure Dolphin
- Under the View Mode page, select the Icons tab.
- Set the icon size to be between 16 and 64 pixels.
- Under Grid, set Arrangement to "Columns", and Grid Spacing to "None". Click OK to close the dialog.
- Go to View -> Additional Information and make sure no fields are selected.
- Select all icons within the view to observe spacing. They should be right next to each other with no spacing.
- Go back to View -> Additional Information and select one or more fields.
- Select all icons again and notice how the vertical spacing is larger than normal, even though grid spacing is set to "None".

The calculation used to position the icons vertically needs to be fixed. This problem could prevent users from being able to select the spacing they want and have it function as expected. If the user doesn't want any spacing between items, it shouldn't happen.