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 339398 - Bottom panel: size changes when resizing window, size is not properly restored after restart
Bottom panel: size changes when resizing window, size is not properly restore...
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-22 13:30 UTC by jessevdk@gmail.com
Modified: 2006-04-22 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The fix (566 bytes, patch)
2006-04-22 13:31 UTC, jessevdk@gmail.com
committed Details | Review

Description jessevdk@gmail.com 2006-04-22 13:30:08 UTC
The notebook in the gedit window is packed in the GtkVPaned with stretch=FALSE (as is the bottom panel). This causes both the widgets so stretch/shrink when the paned is strethed/shrunk. This also causes the height of the bottom panel to not properly be restored (as the window probably changes size after the pane is mapped , which is when the size is restored, when the window then resizes the panel size changes again).
Comment 1 jessevdk@gmail.com 2006-04-22 13:31:25 UTC
Created attachment 64104 [details] [review]
The fix

This simple patch fixes the problem.
Comment 2 Paolo Maggi 2006-04-22 15:11:08 UTC
The patch looks good to me. 
Please, commit to CVS HEAD with a ChangeLog entry.