summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-05 17:31:56 -0600
committerJeff Carr <[email protected]>2025-02-05 17:31:56 -0600
commit546a4e022b91d1766ee31334fc66ff7af7d410cf (patch)
tree76a79f32f2b0375dcf4d465ebc242a3f63577963 /window.go
parentefebe00640b7b44821c37fd2c9479c579bebc392 (diff)
minor rm
Diffstat (limited to 'window.go')
-rw-r--r--window.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.go b/window.go
index 0d25ed2..fa324f2 100644
--- a/window.go
+++ b/window.go
@@ -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
}
}