Fix IBar/IBox "resize to single icon" bug.

Good eye Metrics :)


SVN revision: 27274
This commit is contained in:
Christopher Michael 2006-11-29 11:24:54 +00:00
parent b000e0e44d
commit 71434d0911
1 changed files with 1 additions and 1 deletions

View File

@ -3809,7 +3809,7 @@ _e_gadcon_layout_smart_gadcons_position(E_Smart_Data *sd, Evas_List **list)
else
{
bi_moving->gcc->config.pos = bi_moving->ask.pos = bi_moving->y;
bi_moving->gcc->config.size = bi_moving->w;
bi_moving->gcc->config.size = bi_moving->h;
}
}