this needs to be redone
This commit is contained in:
parent
886f96c64f
commit
34b0c787c3
4
table.go
4
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.Label = pb.Name
|
||||||
a.State.AtW = w
|
a.State.AtW = w
|
||||||
a.State.AtH = h
|
a.State.AtH = h
|
||||||
|
a.State.GridOffset.X = w
|
||||||
|
a.State.GridOffset.Y = h
|
||||||
|
log.Info("makeGridLabel()", a.State)
|
||||||
return AddNode(a)
|
return AddNode(a)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue