summaryrefslogtreecommitdiff
path: root/box.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 /box.go
parentd048182ab8e2b3e35aacffce7306583f5caae3aa (diff)
new pathsv0.12.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'box.go')
-rw-r--r--box.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/box.go b/box.go
index 03b843f..1e35a0b 100644
--- a/box.go
+++ b/box.go
@@ -1,7 +1,7 @@
package gui
import (
- "go.wit.com/gui/widget"
+ "go.wit.com/lib/widget"
)
func (parent *Node) NewBox(progname string, b bool) *Node {