Make key bindings dialog resizable.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 17 Apr 2007 10:11:35 +0000 (10:11 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 17 Apr 2007 10:11:35 +0000 (10:11 +0000)
SVN revision: 29574

src/bin/e_int_config_keybindings.c

index cc020a9..9665f16 100644 (file)
@@ -257,12 +257,13 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
    cfdata->gui.o_params = ob;
    e_widget_disabled_set(ob, 1);
    e_widget_framelist_object_append(of, ob);
-   e_widget_table_object_append(ot, of, 0, 1, 1, 1, 1, 1, 1, 1);
+   e_widget_table_object_append(ot, of, 0, 1, 1, 1, 1, 1, 1, 0);
    e_widget_list_object_append(o, ot, 1, 1, 0.5);
 
    _update_key_binding_list(cfdata);
    _fill_actions_list(cfdata);
 
+   e_dialog_resizable_set(cfd->dia, 1);
    return o;
 }