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:
parent
3d9ada13f0
commit
40232421bf
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue