Make gap width behavior match tile layout.

This commit is contained in:
Joshua Fuhs 2012-06-22 23:47:59 -04:00
parent 37b4ea2419
commit a935d8d7cc
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ View_arrange_monocle(m, v, wndIds) {
StringTrimRight, wndIds, wndIds, 1
StringSplit, wndId, wndIds, `;
Loop, % wndId0
Manager_winMove(wndId%A_Index%, Monitor_#%m%_x + gw/2, Monitor_#%m%_y + gw/2, Monitor_#%m%_width - gw, Monitor_#%m%_height - gw)
Manager_winMove(wndId%A_Index%, Monitor_#%m%_x + gw, Monitor_#%m%_y + gw, Monitor_#%m%_width - 2*gw, Monitor_#%m%_height - 2*gw)
}
View_rotateLayoutAxis(i, d) {