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 732374 - Some checkbutton labels unintentionally centered
Some checkbutton labels unintentionally centered
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-28 01:12 UTC by Sebastian Keller
Modified: 2015-07-26 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: Fix unintentionally centered checkbutton labels (2.54 KB, patch)
2014-06-28 01:13 UTC, Sebastian Keller
committed Details | Review

Description Sebastian Keller 2014-06-28 01:12:09 UTC
Recent gtk changes cause some .ui files with old default values set by glade to have unintentionally centered labels for checkbuttons.

In gnome-control-center the security options for wireless connections are affected. I'm going to attach a patch to fix this issue.

For details see:
https://bugzilla.gnome.org/show_bug.cgi?id=732361
Comment 1 Sebastian Keller 2014-06-28 01:13:27 UTC
Created attachment 279458 [details] [review]
network: Fix unintentionally centered checkbutton labels
Comment 2 Matthias Clasen 2014-06-28 23:12:27 UTC
this has been worked around in gtk for now
Comment 3 Bastien Nocera 2014-06-30 10:18:17 UTC
(In reply to comment #2)
> this has been worked around in gtk for now

Will we need to fix it then, or is that not necessary?
Comment 4 Matthias Clasen 2014-07-01 10:47:07 UTC
it is somewhat pointless until glade is fixed not to add these default values right bac
Comment 5 Bastien Nocera 2015-07-26 22:01:27 UTC
Attachment 279458 [details] pushed as 81e89fb - network: Fix unintentionally centered checkbutton labels