this needs to be redone

This commit is contained in:
Jeff Carr 2025-02-21 13:57:29 -06:00
parent 886f96c64f
commit 34b0c787c3
1 changed files with 3 additions and 1 deletions

View File

@ -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)
}