discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7ef480d1a6b6ba31bf04b721c2e2bfe6589a28d1

commit 7ef480d1a6b6ba31bf04b721c2e2bfe6589a28d1
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 9 15:12:47 2015 -0400

    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 4ec89ea..38735a6 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,

-- 


Reply via email to