Fix some import paths

menus
Noah 2019-12-27 16:46:38 -08:00
父节点 70f8e5b02a
当前提交 039f0e6338
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -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.

查看文件

@ -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

查看文件

@ -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()