GNOME Bugzilla – Bug 706843
Remove the use of constraints from the unlock dialog / gdm
Last modified: 2013-08-26 23:05:36 UTC
They just spew spam to stdout. Second patch is untested and is probably broken.
Created attachment 253189 [details] [review] unlockDialog: Remove clutter constraints from the code These cause annoying allocation cycle warnings, and it's simpler to just express our desired layout in terms of nested containers. Adapt the theme to match as well.
Created attachment 253190 [details] [review] gdm: Remove constraints from authPrompt / loginDialog as well
Created attachment 253193 [details] [review] gdm: Remove constraints from authPrompt / loginDialog as well This time, actually tested and verified as working.
both look right to me. things are centered in the way they're supposed to be etc.
Attachment 253189 [details] pushed as 1f50f46 - unlockDialog: Remove clutter constraints from the code Attachment 253193 [details] pushed as 41aa14e - gdm: Remove constraints from authPrompt / loginDialog as well