also handle reapplying default sizing more effectively

SVN revision: 77513
This commit is contained in:
Mike Blumenkrantz 2012-10-05 08:16:11 +00:00
parent d0d1fbe5ba
commit 9c7ea16706
1 changed files with 2 additions and 2 deletions

View File

@ -985,8 +985,8 @@ _apply_widget_position(E_Gadcon_Client *gcc)
x = DEFAULT_POS_X;
y = DEFAULT_POS_Y;
w = DEFAULT_SIZE_W;
h = DEFAULT_SIZE_H;
w = DEFAULT_SIZE_W * gcc->gadcon->zone->w;
h = DEFAULT_SIZE_H * gcc->gadcon->zone->h;
pop = gadman_popup_new(gcc);
o = edje_object_add(pop->pop->win->evas);
e_theme_edje_object_set(o, "base/theme/dialog", "e/widgets/dialog/text");