summaryrefslogtreecommitdiff
path: root/basicWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'basicWindow.go')
-rw-r--r--basicWindow.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicWindow.go b/basicWindow.go
index 378fee3..731f372 100644
--- a/basicWindow.go
+++ b/basicWindow.go
@@ -15,8 +15,8 @@ type BasicWindow struct {
title string
// parent *gui.Node
- win *gui.Node // window widget
- box *gui.Node // box
+ win *gui.Node // window widget
+ box *gui.Node // box
Custom func()
}