diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 18:12:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 18:12:30 -0600 |
| commit | d15fa1cf88cc7652b70217906155bde2c0e6f5d6 (patch) | |
| tree | 32ca84651512ac0ced0ef27a93fdf70c77c32dcc /place.go | |
| parent | f48b950655f57cb02bbd754ba0043a953956f888 (diff) | |
work on handling Direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'place.go')
| -rw-r--r-- | place.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ func place(p *tree.Node, n *tree.Node) bool { case widget.Group: if ptk.uiBox == nil { log.Log(WARN, "place() andlabs hack group to use add a box", n.GetProgName(), n.WidgetType) + n.State.Direction = widget.Vertical ptk.uiBox = rawBox(n) ptk.uiGroup.SetChild(ptk.uiBox) } |
