summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2010-07-06 16:49:39 +0100
committerThomas Wood <thomas.wood@intel.com>2010-07-06 17:21:00 +0100
commit40232421bf84258efe8afef42b9ca79b3e891e19 (patch)
treec9e09bacc652851000607196b413324043217139
parent3d9ada13f0e771ad8a4faf42b6c3f8779d94484f (diff)
downloadgnome-control-center-40232421bf84258efe8afef42b9ca79b3e891e19.tar.gz
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.
-rw-r--r--panels/universal-access/cc-ua-panel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/panels/universal-access/cc-ua-panel.c b/panels/universal-access/cc-ua-panel.c
index 58d871429..e42af5a00 100644
--- a/panels/universal-access/cc-ua-panel.c
+++ b/panels/universal-access/cc-ua-panel.c
@@ -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);