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 579624 - Palette minimum size
Palette minimum size
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: user interface
unspecified
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-20 16:20 UTC by Alexey Kurochkin
Modified: 2009-04-22 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexey Kurochkin 2009-04-20 16:20:20 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
Comment 1 Tristan Van Berkom 2009-04-22 13:55:16 UTC
Ok fixed this in master and added some reasonable default
positions for the panes.