make icon selection dialog resizable in .desktop editor

ref T2271
This commit is contained in:
Mike Blumenkrantz 2015-10-05 13:33:13 -04:00
parent 29fb270450
commit ac9daa55fb
1 changed files with 1 additions and 0 deletions

View File

@ -848,6 +848,7 @@ _e_desktop_editor_cb_icon_select(void *data1, void *data2)
dia = e_dialog_new(NULL, "E", "_eap_icon_select_dialog");
if (!dia) return;
e_dialog_resizable_set(dia, 1);
e_object_del_attach_func_set(E_OBJECT(dia),
_e_desktop_edit_cb_icon_select_destroy);
snprintf(buf, sizeof(buf), _("Select an Icon for '%s'"), ecore_file_file_get(cfdata->orig_path));