summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 13:57:29 -0600
committerJeff Carr <[email protected]>2025-02-21 13:57:29 -0600
commit34b0c787c33090992a96aec9bdacdf052925d515 (patch)
tree3d73894d5da311e67460abb2b306fa2d392c7af8 /table.go
parent886f96c64fec763496c47b42d321816674b74b31 (diff)
this needs to be redone
Diffstat (limited to 'table.go')
-rw-r--r--table.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/table.go b/table.go
index cb94f98..30d50b5 100644
--- a/table.go
+++ b/table.go
@@ -75,7 +75,9 @@ func (grid *Node) makeGridLabel(pb *guipb.Widget, w int, h int) *Node {
a.State.Label = pb.Name
a.State.AtW = w
a.State.AtH = h
-
+ a.State.GridOffset.X = w
+ a.State.GridOffset.Y = h
+ log.Info("makeGridLabel()", a.State)
return AddNode(a)
}