Bug 454357 - Allow for column padding to the 'right'
Summary: Allow for column padding to the 'right'
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.04.1
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 19:32 UTC by jimbo
Modified: 2022-06-23 12:58 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jimbo 2022-05-24 19:32:04 UTC
Recently Dolphin added a 'full row highlight' which has been a great addition. 

https://invent.kde.org/system/dolphin/-/merge_requests/278

However some use cases have arisen because of this. I'll quote a user from a reddit thread about this

https://old.reddit.com/r/kde/comments/usa6rf/dolphin_finally_gets_full_row_highlight/

"If we have a folder full of folders from top to bottom how can we drop something besides them that doesn't go into any of the folders?"

The reply to this was:

"Windows works around this is that the columns end at the right hand side so there is an empty space where the highlight ends and you can drop the files there and it will be put into the containing folder"

I'm aware that there is a 'Leading Column Padding' (left) option, but is it possible to add a 'Following Column Padding' (right) option also? The padding to the left generally has a small width but allowing padding to the right would give the user a wider area to drop their files into. Many thanks.
Comment 1 Roke Julian Lockhart Beedell 2022-05-24 22:36:46 UTC
This has been added.
Comment 2 jimbo 2022-05-25 14:54:14 UTC
If the option has been added can you explain how to enable it? I can't seem to find how to add padding to the right.
Comment 3 Roke Julian Lockhart Beedell 2022-05-30 13:24:21 UTC
(In reply to jimbo from comment #2)
> If the option has been added can you explain how to enable it? I can't seem
> to find how to add padding to the right.

Right-click any of the vertical properties that are presented by Detail Mode, and select "Leading Column Padding".
Comment 4 jimbo 2022-06-02 12:04:22 UTC
Oh, I think you might have mis-read the original post. 

I am aware of the leading column (left), I was talking about adding a 'following column' (right). This currently doesn't exist as an option. I tried moving the leading column to the right but it won't allow me (the 'no' symbol appears).
Comment 5 Roke Julian Lockhart Beedell 2022-06-03 16:28:01 UTC
Understood. I shall leave this as open to pass whether to implement this to a maintainer with some authority, but I must state that I believe this feature to be useless. Adjustment of the size of the left-hand-size padding might be useful, however, and the ability to move it to another side, but duplicate padding is unnecessary.
Comment 6 jimbo 2022-06-23 12:58:19 UTC
I have to disagree with you, it is not useless or unnecessary. I gave my reasoning above but I will repeat it again.

"If we have a folder full of folders from top to bottom how can we drop something besides them that doesn't go into any of the folders?"

The reply to this was:

"Windows works around this is that the columns end at the right hand side so there is an empty space where the highlight ends and you can drop the files there and it will be put into the containing folder"

This fixes the issue of using drag and drop in a folder that itself is full. The left padding column wouldn't be a good option for this.