diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,8 +73,8 @@ func redoWindows(nextW int, nextH int) { win.dumpWidget(fmt.Sprintf("redoWindowsE (%d,%d)", nextW, nextH)) // increment the width for the next window - nextW += 40 - nextH += 10 + nextW += win.gocuiSize.Width() + 10 + // nextH += 10 } } |
