summaryrefslogtreecommitdiff
path: root/stateWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-07 15:24:06 -0600
committerJeff Carr <[email protected]>2024-02-07 15:24:06 -0600
commitde85ed65b32cbb91b8ca796deb51f0ff1fa85de3 (patch)
treef0c242d35d89322fe8f10b201ce95ec8cec60a55 /stateWindow.go
parent89c14962b8ce71c2cf8a7e565eec4e20e04e8091 (diff)
trying to debug box direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'stateWindow.go')
-rw-r--r--stateWindow.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/stateWindow.go b/stateWindow.go
index cffddde..68ca91e 100644
--- a/stateWindow.go
+++ b/stateWindow.go
@@ -23,7 +23,9 @@ func makebasicWindow() *gadgets.BasicWindow {
box1 := basicWindow.Box()
section2 = newChoices(box1)
- vbox := box1.NewBox("vbox", false)
+ // vbox := box1.NewBox("vbox", false)
+ // vbox := box1.Box().Vertical()
+ vbox := box1.Box().Horizontal()
group1 := vbox.NewGroup("controls").Horizontal() // Vertical()
group1.NewButton("hide apple", func() {
apple.Hide()