GNOME Bugzilla – Bug 579624
Palette minimum size
Last modified: 2009-04-22 13:55:16 UTC
Please describe the problem: Palette minimum size is fixed at arbitrary 200x540 and causes the window to be unable to fit on small resolution monitors. Steps to reproduce: 1. Set screen resolution to 640x480. 2. Run Glade. 3. Try to resize the window. Actual results: The Glade window can not be made small enough. Expected results: The Glade window fits on the screen. Does this happen every time? Yes Other information: Glade is able to save/load palette size and position, thus additional restrictions are completely unnecessary. The line gtk_widget_set_size_request (palette, 200, 540); should be removed from glade-window.c
Ok fixed this in master and added some reasonable default positions for the panes.