-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature-request] Auto-column sizing and custom column positions #75
Comments
I agree and I too don't like the current column behavior at all. Unfortunately some of the issues are caused by the GtkTreeView widget and GtkTreeViewColumn and I'm not sure if I can fix those. But I'll give it a try.
That's already on my very long todo list, but it should be easy to implement and will happen at some point. |
Perhaps temporary solution would be to put the "Type" column as the last one as it's much less important (I believe to most of users) than the "Date Modified". Thanks :) |
Originally, I thought the columns-resizing felt clunky and was going to submit a general issue about it, but after some brief testing it seems that the "Date Modified" column not snapping to the edge of the window is the issue. For example, If you expand any column large enough enough, that column can leave completely from view. This makes it very difficult to resize all your columns to the desired sizes.
Also, the column sizes should somehow be adjusted dynamically depending on the size of the window (especially important for tiling window manager users, where the windows can often be different sizes) so that there are still decent sizes for the columns--it seems to only use your defined column sizes in all circumstances, so column sizes are messed up if you set them in fullscreen mode and then launch it in floating window mode or vice versa.
Lastly, ideally, the columns can be moved re-organized to different positions.
The text was updated successfully, but these errors were encountered: