From 7ef480d1a6b6ba31bf04b721c2e2bfe6589a28d1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 9 Apr 2015 15:12:47 -0400 Subject: [PATCH] set desktop editor appselector dialog to be resizable ref T2271 --- src/bin/e_desktop_editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_desktop_editor.c b/src/bin/e_desktop_editor.c index 4ec89ea6a..38735a6a2 100644 --- a/src/bin/e_desktop_editor.c +++ b/src/bin/e_desktop_editor.c @@ -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,