summaryrefslogtreecommitdiff
path: root/grid.go
diff options
context:
space:
mode:
Diffstat (limited to 'grid.go')
-rw-r--r--grid.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/grid.go b/grid.go
index 0a6e0ce..4ece4d2 100644
--- a/grid.go
+++ b/grid.go
@@ -27,8 +27,8 @@ func (n *Node) NewGrid(name string, w int, h int) *Node {
a.Text = name
a.X = w
a.Y = h
- a.Width = w
- a.Height = h
+ // a.Width = w
+ // a.Height = h
newNode.X = w
newNode.Y = h
newNode.NextX = 1