just set to 0 instead of subtracting to 0

SVN revision: 55703
This commit is contained in:
Mike Blumenkrantz 2010-12-22 22:39:53 +00:00
parent 76b1e1805f
commit aa202802e4
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ e_toolbar_position_calc(E_Toolbar *tbar)
tbar->x = 0;
tbar->w = 32;
tbar->h = tbar->fwin->h;
tbar->y = (tbar->fwin->h - tbar->h);
tbar->y = 0;
break;
case E_GADCON_ORIENT_RIGHT:
tbar->y = 0;