Set randr widget minimum size to proper values.

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

SVN revision: 81109
This commit is contained in:
Christopher Michael 2012-12-17 09:21:02 +00:00 committed by Christopher Michael
parent a3cf759911
commit 7d6a9cd155
1 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,7 @@ _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, (E_RANDR_12->current_size.width / 10),
(E_RANDR_12->current_size.height / 10));
e_widget_size_min_set(o, (cw / 10), (ch / 10));
/* set this dialog to be resizable */
e_dialog_resizable_set(cfd->dia, EINA_TRUE);