Fix some import paths

menus
Noah 2019-12-27 16:46:38 -08:00
parent 70f8e5b02a
commit 039f0e6338
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import (
"fmt"
"git.kirsle.net/go/render"
"git.kirsle.net/apps/doodle/lib/ui/theme"
"git.kirsle.net/go/ui/theme"
)
// Button is a clickable button.

View File

@ -5,7 +5,7 @@ import (
"strconv"
"git.kirsle.net/go/render"
"git.kirsle.net/apps/doodle/lib/ui/theme"
"git.kirsle.net/go/ui/theme"
)
// CheckButton implements a checkbox and radiobox widget. It's based on a

View File

@ -4,7 +4,7 @@ import (
"fmt"
"git.kirsle.net/go/render"
"git.kirsle.net/apps/doodle/lib/ui/theme"
"git.kirsle.net/go/ui/theme"
)
// BorderStyle options for widget.SetBorderStyle()