left side is always 0

SVN revision: 55708
This commit is contained in:
Mike Blumenkrantz 2010-12-22 22:50:24 +00:00
parent 3f9380048f
commit 2bd7097622
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ _e_fwin_toolbar_resize(E_Fwin_Page *page)
th = h - offset; th = h - offset;
ty = offset; ty = offset;
x = (tx + tw); x = tw;
y = offset; y = offset;
w = (w - tw); w = (w - tw);
break; break;