universal-access: add size groups to the lists of objects to create

Create the size groups from the GtkBuilder file so that widgets can be
aligned correctly.
This commit is contained in:
Thomas Wood 2010-07-06 16:49:39 +01:00
parent 3d9ada13f0
commit 40232421bf

View file

@ -732,6 +732,10 @@ cc_ua_panel_init (CcUaPanel *self)
"text_size_model", "slowkeys_delay_adjustment",
"bouncekeys_delay_adjustment", "click_delay_adjustment",
"dwell_time_adjustment", "dwell_threshold_adjustment",
"seeing_sizegroup", "typing_sizegroup",
"pointing_sizegroup", "pointing_sizegroup2",
"pointing_scale_sizegroup", "sizegroup1",
"hearing_sizegroup",
"NULL" };
priv = self->priv = UA_PANEL_PRIVATE (self);