diff options
| author | Jeff Carr <[email protected]> | 2025-02-21 13:57:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-21 13:57:29 -0600 |
| commit | 34b0c787c33090992a96aec9bdacdf052925d515 (patch) | |
| tree | 3d73894d5da311e67460abb2b306fa2d392c7af8 | |
| parent | 886f96c64fec763496c47b42d321816674b74b31 (diff) | |
this needs to be redone
| -rw-r--r-- | table.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) } |
