GNOME Bugzilla – Bug 61090
file selector should remember window size
Last modified: 2003-03-16 20:42:53 UTC
If I resize the "save as" window, e.g., to make it tall enough that I can see all of my files in the list, it resets to the default size the next time I use it. Generally, all windows should remember the sizes I gave them after I've dismissed them and then brought them back again. (Note that I'm talking about within a session: I don't really care whether these size changes persist from one session to another, but at least within one run of Gimp, they should stay how I've left them.
Good point. Note that as with your previous enhancement proposal (bug #61089), this is more of a general GTK+ problem than a GIMP problem.
In GIMP-1.3 we never destroy the file open and save dialogs, we only hide and show them. This makes the dialogs behave as suggested here.