Yesterday I used the 'Maximize window' shortcut with the following setup: - Workspace margin (top, bottom, left, right): 10 10 40 10. - 30px panel on the left edge of the screen. - 2 terminal windows above each other on the right edge of the screen. - 1 editor window in the free space on the left side of the screen. When I tried the maximize the window the x,y position was 40,10 which is correct because of workspace margin (which is bigger then the panel struts), height was also ok, but it overlapped the terminal windows by ~30 or ~40 pixels, while it should maximize up to the terminal borders. Some ASCII art: #################################### #[ ] [ ]# #[p] [ terminal ]# #[a] [ ] [ ]# #[n] [ ] # #[e] [ editor ] [ ]# #[l] [ ] [ terminal ]# #[ ] [ ] [ ]# #[ ] [ ]# ####################################
You mean "fill" rather than maximize, right?
O, yeah, fill window, whoops.
Should be fixed in revision 29511.
humm nope.
It doesn't take workspace margins in account. The size of the too width editor (where it overlaps the terminal) == margin size. Moved the panel and that didn't make a difference, so it's only the margin.
It does here, now, seems to work as expected.
Please try with rev. 29512 or later.
Yes works fine now, thanks.