From fb8d1d0940747e647fe48856d5a558ba333d8e90 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 10:41:10 -0600 Subject: draws widgets in the right order but wrong place --- eventBindings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventBindings.go') 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() -- cgit v1.2.3