remove the invisible box for hack
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
281925f727
commit
b822af60b2
4
group.go
4
group.go
|
@ -19,6 +19,6 @@ func (parent *Node) NewGroup(name string) *Node {
|
||||||
// by default, always pad groups
|
// by default, always pad groups
|
||||||
newNode.Pad()
|
newNode.Pad()
|
||||||
|
|
||||||
newBox := newNode.NewBox("defaultGroupBox", false)
|
// newBox := newNode.NewBox("defaultGroupBox", false)
|
||||||
return newBox
|
return newNode
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue