diff options
| author | Jeff Carr <[email protected]> | 2024-01-04 22:02:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-04 22:02:12 -0600 |
| commit | d69a41a295aca9cd40449d4d4840265defb4e3de (patch) | |
| tree | 2d271f659e94a6bbbd20db93943d0cf292fdfe52 /logsettings/structs.go | |
| parent | 54b576b69d9ff0afcb50124fe72bcee8f6e6a2f8 (diff) | |
switch log to BasicWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'logsettings/structs.go')
| -rw-r--r-- | logsettings/structs.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/logsettings/structs.go b/logsettings/structs.go index 35b24ca..0637ac4 100644 --- a/logsettings/structs.go +++ b/logsettings/structs.go @@ -2,7 +2,7 @@ package logsettings import ( "go.wit.com/gui/gui" -// "go.wit.com/gui/gadgets" + "go.wit.com/gui/gadgets" ) var myLogGui *LogSettings @@ -15,8 +15,7 @@ type LogSettings struct { groups map[string]*flagGroup parent *gui.Node // where to draw our window - window *gui.Node // our window for displaying the log package settings - box *gui.Node // the first box in the window + win *gadgets.BasicWindow // our window for displaying the log package settings buttonG *gui.Node // the group of buttons flagG *gui.Node // the group of all the flag checkbox widgets |
