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 659598 - text align in Radio button is wrong: program is not the same as in glade designer
text align in Radio button is wrong: program is not the same as in glade desi...
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: user interface
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-20 14:56 UTC by tualatrix
Modified: 2018-03-26 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tualatrix 2011-09-20 14:56:36 UTC
Please download my test.ui, open it in Glade 3.10.

As you can see, all the text in the Radio button are center-aligned, but when it runs in real, it is left-aligned.

You can test this ui by running this command in the same folder:

python -c "from gi.repository import Gtk; builder = Gtk.Builder(); builder.add_from_file('test.ui'); win = builder.get_object('window1'); win.show_all(); win.connect('destroy', Gtk.main_quit); Gtk.main()"

I think it's a bug in glade, it considers the "x-align=0.5" as the default value, so it doesn't write this to ui file.

My system is Ubuntu 11.10 Oneiric, if you need any further information, please let me know. Thanks!
Comment 1 Tristan Van Berkom 2013-05-19 12:33:12 UTC
This may well have been fixed in the past 2 years.

If you can reproduce with Glade 3.14... please attach the famous test.ui
file and reopen ;-)
Comment 2 GNOME Infrastructure Team 2018-03-26 15:21:06 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/93.