diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -139,7 +139,7 @@ type guiWidget struct { checked bool // the actual text to display in the console - label string + labelN string vals []string // dropdown menu items @@ -148,7 +148,7 @@ type guiWidget struct { direction widget.Orientation - progname string + // progname string // the logical size of the widget // For example, 40x12 would be the center of a normal terminal |
