diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ type Node struct { State widget.State - Strings map[string]int + ddStrings []string // the internal plugin toolkit structure // in the gtk plugin, it has gtk things like margin & border settings |
