Make import dialog resizable

SVN revision: 19964
This commit is contained in:
Christopher Michael 2006-01-22 15:33:32 +00:00
parent ab32d328c4
commit 104d939d05
1 changed files with 1 additions and 0 deletions

View 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;
}