set desktop editor appselector dialog to be resizable

ref T2271
This commit is contained in:
Mike Blumenkrantz 2015-04-09 15:12:47 -04:00
parent 276706ab9d
commit 7ef480d1a6
1 changed files with 1 additions and 0 deletions

View File

@ -948,6 +948,7 @@ _e_desktop_editor_cb_exec_select(void *data1, void *data2)
editor->exec_fsel = o;
e_widget_size_min_get(o, &mw, &mh);
e_dialog_content_set(dia, o, mw, mh);
e_dialog_resizable_set(dia, 1);
/* buttons at the bottom */
e_dialog_button_add(dia, _("OK"), NULL,