summaryrefslogtreecommitdiff
path: root/redraw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-26 00:07:09 -0500
committerJeff Carr <[email protected]>2023-04-26 00:07:09 -0500
commit4b9b381bcf02c212d72f55d4738943941e843250 (patch)
tree60932c0fe675d477357318eb3d2de5e2b3a5c09d /redraw.go
parent435b75b6e841ae981f6a98d2a0aaaafaedc2e170 (diff)
gocui: more spacing logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'redraw.go')
-rw-r--r--redraw.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/redraw.go b/redraw.go
index 9eb3c86..dee535a 100644
--- a/redraw.go
+++ b/redraw.go
@@ -32,8 +32,8 @@ func (n *Node) redo(plug *aplug) {
a.WidgetId = n.id
// used for new Windows
- a.Width = n.Width
- a.Height = n.Height
+// a.Width = n.Width
+// a.Height = n.Height
// used for anything that needs a range
a.X = n.X