summaryrefslogtreecommitdiff
path: root/spinner.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 00:43:48 -0600
committerJeff Carr <[email protected]>2024-01-18 00:43:48 -0600
commitaff82aa4ea8f9e7dcc549afec9218154e1d9c7bd (patch)
tree1ef64a2a6806a6f3bbcf9e0fc8715fd824e9d53a /spinner.go
parentd048182ab8e2b3e35aacffce7306583f5caae3aa (diff)
new pathsv0.12.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'spinner.go')
-rw-r--r--spinner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spinner.go b/spinner.go
index cba9d52..a5ab4f7 100644
--- a/spinner.go
+++ b/spinner.go
@@ -1,8 +1,8 @@
package gui
import (
+ "go.wit.com/lib/widget"
"go.wit.com/log"
- "go.wit.com/gui/widget"
)
func (parent *Node) NewSpinner(progname string, x int, y int) *Node {