discomfitor pushed a commit to branch master.

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

commit 5178197f602da6cff94e03f20c522d5b1a631ae7
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jan 14 19:55:21 2015 -0500

    make comp cfd unresizable
    
    the size of the tabs is smaller than the size of the content, which makes 
this look stupid when it covers the screen
---
 src/bin/e_int_config_comp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_int_config_comp.c b/src/bin/e_int_config_comp.c
index e0a00f9..a017dd8 100644
--- a/src/bin/e_int_config_comp.c
+++ b/src/bin/e_int_config_comp.c
@@ -184,7 +184,6 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data
    Evas_Object *ob,*ol, *of, *otb, *oi, *orec0;
    E_Radio_Group *rg;
 
-   e_dialog_resizable_set(cfd->dia, 1);
    orec0 = evas_object_rectangle_add(evas);
    evas_object_name_set(orec0, "style_shadows");
 
@@ -542,7 +541,6 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED,
    Evas_Object *ob,*ol, *of, *otb, *oi, *orec0, *tab;
    E_Radio_Group *rg;
 
-   e_dialog_resizable_set(cfd->dia, 1);
    orec0 = evas_object_rectangle_add(evas);
    evas_object_name_set(orec0, "style_shadows");
 

-- 


Reply via email to