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 546107 - Better sizing of GladeEditor
Better sizing of GladeEditor
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: user interface
git master
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-03 15:53 UTC by Pavel Kostyuchenko
Modified: 2008-10-21 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (3.98 KB, patch)
2008-08-03 15:54 UTC, Pavel Kostyuchenko
needs-work Details | Review

Description Pavel Kostyuchenko 2008-08-03 15:53:31 UTC
Non-resizable labels and sometimes large editing entries have an ugly appearance and use unnecessary space.
Patch attached.
Comment 1 Pavel Kostyuchenko 2008-08-03 15:54:11 UTC
Created attachment 115778 [details] [review]
Patch
Comment 2 Tristan Van Berkom 2008-09-16 15:21:14 UTC
I tried it and I really like it, unfortunately I cant commit it
because it has errors, you missed the warning icons that show up
for deprecated/unavailable properties.

For a quick look, just fire up glade w/ patch applied and create 
a window, set the target gtk+ version to 2.10 or 2.8 via Edit -> Preferences
and scroll through the props window, see clipped text.
Comment 3 Tristan Van Berkom 2008-10-21 15:01:40 UTC
Ok I liked it so much I went and rewrote it a little cleaner.

all the size-allocate/request signaling is now done straight
in glade-editor-property.c, the input portion now resized larger
and unfortunately I was unable to Right align all the labels,
so they are left aligned, but all resizing and word wrapping
is working beautifully, and now it takes the warning icon into
consideration.

closing this one, thanks for the inspiration ;-)