summaryrefslogtreecommitdiff
path: root/place.go
diff options
context:
space:
mode:
Diffstat (limited to 'place.go')
-rw-r--r--place.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/place.go b/place.go
index 79eb580..62b9fe0 100644
--- a/place.go
+++ b/place.go
@@ -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)
}