diff options
| author | Jeff Carr <[email protected]> | 2025-02-05 10:41:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-05 10:41:10 -0600 |
| commit | fb8d1d0940747e647fe48856d5a558ba333d8e90 (patch) | |
| tree | 141cd5668fff92adbb2852fafb71633f3f62ed80 /eventBindings.go | |
| parent | 12f3d5ac5cb4add74eb9a053ae1804c661654d09 (diff) | |
draws widgets in the right order but wrong place
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
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() |
