GNOME Bugzilla – Bug 696299
Unable to alter column width of Name, Size, Type, etc.
Last modified: 2013-03-23 19:50:27 UTC
When switched items view to "View items as a list" I'm unable to alter width of any column. Reproducible in Files 3.7.91
Works fine here; can you provide some information on your GTK/GNOME version? A screencast could also be useful. Thanks.
Created attachment 239481 [details] Screencast I'm trying it on Fedora 19 TC1 Live i686, running under KVM. gtk3-3.7.12-1.fc19.i686 GNOME 3.7.92 Screencast attached.
-> gtk3 Thanks, I can reproduce that now. It's a GTK3 bug/regression, the testtreecolumnsizing test in GTK exhibits the same bug.
I'm not convinced there's any bug here, you'll have to describe in more detail what behaviour you expect. If you make the window wide enough that there's actually any excess space available, you _can_ change the column widths, in both nautilus and testtreecolumnsizing.
I expect to be able to resize the columns anyway independent of the window size - compare the behavior of testtreecolumnsizing in GTK3 with the one of the same test in GTK2 and you'll see the difference.
Yes. I believe this was an intentional change. Talk to Benjamin to confirm.
Created attachment 239638 [details] [review] Use natural size to set adjustment ranges This is an (unintentional) side effect of my changes to GtkTreeView's get_preferred_size() implementation. It seems odd to me that GtkTreeView directly determines its own size when inside a GtkScrolledWindow, but since it does, it should be using its natural size, not its minimum size. Patch attached.
This was pushed as 666d10ec7676a15b6861b785397563cbd4ef21e6