diff options
| author | Jeff Carr <[email protected]> | 2025-02-05 17:31:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-05 17:31:56 -0600 |
| commit | 546a4e022b91d1766ee31334fc66ff7af7d410cf (patch) | |
| tree | 76a79f32f2b0375dcf4d465ebc242a3f63577963 /window.go | |
| parent | efebe00640b7b44821c37fd2c9479c579bebc392 (diff) | |
minor rm
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 } } |
