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 658229 - Inconsistent size of widgets in Properties Frames of Class Generator Dialog
Inconsistent size of widgets in Properties Frames of Class Generator Dialog
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: Plugins: class-gen
git master
Other All
: Normal trivial
: ---
Assigned To: Armin Burgmeier
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-05 08:47 UTC by Arnel Borja
Modified: 2011-09-05 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of Class Generator Dialog when resized, before and after (112.20 KB, image/png)
2011-09-05 08:47 UTC, Arnel Borja
  Details
class-gen: Fix size of widgets in Properties Frames of dialog (13.11 KB, patch)
2011-09-05 08:52 UTC, Arnel Borja
none Details | Review

Description Arnel Borja 2011-09-05 08:47:37 UTC
Created attachment 195668 [details]
Screenshot of Class Generator Dialog when resized, before and after

Widgets in Class Generator Dialog have inconsistent size (some have horizontal or vertical expand option, some do not), making widgets in Properties Frames to have varying sizes.

The patch will:
- Disable horizontal and vertical expand on GtkLabel in Properties Frames.
- Disable vertical expand on other widgets in Properties Frames.

I added an attachment to show the difference.
Comment 1 Arnel Borja 2011-09-05 08:52:30 UTC
Created attachment 195670 [details] [review]
class-gen: Fix size of widgets in Properties Frames of dialog
Comment 2 Johannes Schmid 2011-09-05 12:32:14 UTC
Thanks for the patch, I have committed it and it will be part of the 3.1.91 release!