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