Make randr dialog not resizable.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81138
This commit is contained in:
Christopher Michael 2012-12-17 13:42:08 +00:00 committed by Christopher Michael
parent 230a80bc2a
commit cce210cd53
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}