discomfitor pushed a commit to branch master.

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

commit ac9daa55fbb67654011d806158e885d01d65676a
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Oct 5 13:33:13 2015 -0400

    make icon selection dialog resizable in .desktop editor
    
    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 5f73434..194d56a 100644
--- a/src/bin/e_desktop_editor.c
+++ b/src/bin/e_desktop_editor.c
@@ -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));

-- 


Reply via email to