e color settings: recalculate current object dimensions instead of using the previous one's.

SVN revision: 72288
This commit is contained in:
Chidambar Zinnoury 2012-06-17 10:24:41 +00:00
parent 4f202da6ec
commit a01d6f11e8
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
}
o = e_widget_label_add(evas, _("Colors depend on theme capabilities."));
e_widget_size_min_get(o, &mw, &mh);
e_widget_frametable_object_append_full
(ot, o, 0, 4, 3, 1, 0, 0, 0, 0, 0.0, 0.5, mw, mh, 9999, 9999);