diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c index 372bc931c..8fbae350d 100644 --- a/src/modules/fileman/e_fwin.c +++ b/src/modules/fileman/e_fwin.c @@ -1001,7 +1001,7 @@ _e_fwin_toolbar_resize(E_Fwin_Page *page) th = h - offset; ty = offset; - x = (tx + tw); + x = tw; y = offset; w = (w - tw); break;