e-modules/comp-scale: fix placement of desk bg for other screens

SVN revision: 62797
This commit is contained in:
Hannes Janetzek 2011-08-25 10:05:18 +00:00
parent 90eea6bb33
commit b0cb5c21eb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ _pager_place_desks(double scale)
Evas_Object *o = eina_list_data_get(l);
evas_object_move(o, zone->x + cur_x , zone->y + cur_y);
evas_object_move(o, cur_x, cur_y);
evas_object_resize(o,
(scale * (zone->w)) + (1.0 - scale) * desk_w - OFFSET,
(scale * (zone->h)) + (1.0 - scale) * desk_h - OFFSET);