After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 61090 - file selector should remember window size
file selector should remember window size
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
1.x
Other All
: Normal enhancement
: ---
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2001-09-24 21:16 UTC by Jamie Zawinski
Modified: 2003-03-16 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jamie Zawinski 2001-09-24 21:16:38 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.
Comment 1 Raphaël Quinet 2001-09-25 10:11:52 UTC
Good point.  Note that as with your previous enhancement proposal
(bug #61089), this is more of a general GTK+ problem than a GIMP
problem.

Comment 2 Sven Neumann 2003-03-16 20:42:53 UTC
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.