Set minimum size hint on the base object to hopefully help with comp

module cutting the size of the notification.



SVN revision: 51792
This commit is contained in:
Christopher Michael 2010-08-31 23:33:27 +00:00
parent f19ac31470
commit 432c4588c1
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ _e_mod_notify_refresh(Ind_Notify_Win *nwin)
edje_object_calc_force(nwin->o_base);
edje_object_size_min_calc(nwin->o_base, &mw, &mh);
evas_object_size_hint_min_set(nwin->o_base, mw, mh);
e_win_size_min_set(nwin->win, nwin->zone->w, mh);
}