GNOME Bugzilla – Bug 460668
Remember columns Size (when resized)
Last modified: 2018-05-24 12:43:52 UTC
Hi ! Please, remenber Columns Size when resied ! Thank you very much Cedric
*** Bug 507233 has been marked as a duplicate of this bug. ***
*** Bug 601953 has been marked as a duplicate of this bug. ***
*** Bug 627619 has been marked as a duplicate of this bug. ***
*** Bug 631790 has been marked as a duplicate of this bug. ***
(In reply to comment #4) > *** Bug 631790 has been marked as a duplicate of this bug. *** I searched for "column" and "width" no wonder I didn't find this bug. In any case, I agree with sonique's 2007 comment. This is really annoying :-)
*** Bug 689543 has been marked as a duplicate of this bug. ***
Looks like my bug 689543 was duped here. Has there been any progress on this issue over the last couple of years? I'm still seeing the same problematic behavior on 2.98.
Hi, This is an annoying problem that have been being reported among all bug-tools and forum related to Rhythmbox, but just GET IGNORED by developers. I am now at Rhythmbox V3.2.1, from Fedora 22 repository, and the behaviour of list columns hasn't still been improved. At the actual status, at restart, column widths just come to be "all the same". Sorting of column order ISN'T (anyhow) a feature as well. Really boring... Thou we must be happy, that AT LEAST we can choose the columns shown. So development, PLEASE come to this so nicely seem improvement. Your users will be really PLEASED of getting this from you. Many thanks and regards, Careca
hmm - is this even possible in Gtk? I don't see a treeview column resizing signal in the api documentation.
if there is no API for table handling, than one must do it. But, in the case of Rhythmbox, just remember the column widths by closing, and by re-start re-sizing them back... This may not be a big problem for one that wrote a such good application.
two methods after further research - can use the notify::width signal on Gtk.TreeViewColumn - or alternatively the size-allocate signal from the inherited Gtk.Widget class. Hopefully this will help an enterprising coder to create a patch. I might actually look to implement this in my out-of-tree plugin alternative-toolbar at some point ...
Dear all, I would like to add myself to the list of requester of this feature. I am frequent user of the Podcast section and particularly here it is very important for me to keep the Title column at a large enough width to be able to make sense of an episode and read its title. Currently, the Title column is being shortened in favour of the Feed name column which is far less important, in my opinion [1]. Thankfully, ~Robert [1] http://i.imgur.com/AymMLBz.png
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME'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.gnome.org/GNOME/rhythmbox/issues/409.