From cce210cd53827896fe67d56aa76a0748dabcb8df Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 13:42:08 +0000 Subject: [PATCH] Make randr dialog not resizable. Signed-off-by: Christopher Michael SVN revision: 81138 --- src/modules/conf_randr/e_int_config_randr.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/conf_randr/e_int_config_randr.c b/src/modules/conf_randr/e_int_config_randr.c index 1bda55b41..8ec8201b9 100644 --- a/src/modules/conf_randr/e_int_config_randr.c +++ b/src/modules/conf_randr/e_int_config_randr.c @@ -127,10 +127,6 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) /* set a minimum size to 1/10th */ e_widget_size_min_set(o, (cw / 10), (ch / 10)); - /* set this dialog to be resizable */ - e_dialog_resizable_set(cfd->dia, EINA_TRUE); - - /* return the base widget */ return o; }