diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:11:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:11:40 -0600 |
| commit | 29c39d7a1cbc1f071fa819e589fa6ed93fcb7d80 (patch) | |
| tree | 4081338b6e1ed2e1cc26f3153f1eee3070873558 /andlabs/group.go | |
| parent | 708ea661988fd0e4886fc63f3f6dffe25b6fa276 (diff) | |
Destroy window and node from binary treev0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/group.go')
| -rw-r--r-- | andlabs/group.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/andlabs/group.go b/andlabs/group.go index 8555d07..e67f358 100644 --- a/andlabs/group.go +++ b/andlabs/group.go @@ -1,15 +1,15 @@ package main import ( - "github.com/andlabs/ui" - _ "github.com/andlabs/ui/winmanifest" + "go.wit.com/dev/andlabs/ui" + _ "go.wit.com/dev/andlabs/ui/winmanifest" ) func (p *node) newGroup(n *node) { newt := new(guiWidget) g := ui.NewGroup(getString(n.value)) - g.SetMargined(margin) + g.SetMargined(true) newt.uiGroup = g newt.uiControl = g |
