summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-05 10:41:10 -0600
committerJeff Carr <[email protected]>2025-02-05 10:41:10 -0600
commitfb8d1d0940747e647fe48856d5a558ba333d8e90 (patch)
tree141cd5668fff92adbb2852fafb71633f3f62ed80 /eventBindings.go
parent12f3d5ac5cb4add74eb9a053ae1804c661654d09 (diff)
draws widgets in the right order but wrong place
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go
index d664b21..3ca09e2 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -155,7 +155,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error {
notsure.node.State.Label = "apple/pear"
notsure.makeTK([]string{"apple", "pear"})
}
- notsure.MoveToOffset(w+2, h+1)
+ notsure.MoveToOffset(w+10, h-6)
// notsure.SetText("theNotsure")
notsure.drawView()
notsure.Show()