summaryrefslogtreecommitdiff
path: root/basicWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-05 07:24:42 -0600
committerJeff Carr <[email protected]>2025-02-05 07:24:42 -0600
commite8e36ee802ffe9d7ed6adb35e4de8054c6ec6ef0 (patch)
tree518ca80a1a2d0d31edd7f7449df2514e492754bb /basicWindow.go
parentb697978b6939718f2ce349f73da639d01cc7c299 (diff)
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()
}