diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ func NewWindow() *Node { a.ActionType = toolkit.Add a.Width = Config.Width a.Height = Config.Height + a.Name = Config.Title + a.Text = Config.Title newaction(&a, newNode, Config.rootNode) return newNode |
