Make import dialog resizable
authorChristopher Michael <cpmichael1@comcast.net>
Sun, 22 Jan 2006 15:33:32 +0000 (15:33 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sun, 22 Jan 2006 15:33:32 +0000 (15:33 +0000)
SVN revision: 19964

src/bin/e_int_config_background_import.c

index fa9f4b5..2c0d17d 100644 (file)
@@ -113,6 +113,7 @@ e_int_config_background_import(E_Config_Dialog *parent)
    v->advanced.create_widgets = NULL;
    
    cfd = e_config_dialog_new(parent->con, _("Import An Image"), NULL, 0, v, NULL);
+   e_dialog_resizable_set(cfd->dia, 1);
    ecore_x_icccm_transient_for_set(cfd->dia->win->evas_win, parent->dia->win->evas_win);
    return cfd;
 }