From 269490693ec8a153ab7d6718d9ecd7e09b6c322d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 10:36:46 -0600 Subject: margin works Signed-off-by: Jeff Carr --- structs.go | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b56cbc1..773da16 100644 --- a/structs.go +++ b/structs.go @@ -1,20 +1,18 @@ -// This is a simple example +// watch all your go git repos package main import ( -// "os/user" -// "io/ioutil" -// "strings" - -// "go.wit.com/log" - "go.wit.com/gui/gui" -// "go.wit.com/gui/gadgets" + "go.wit.com/gui/gadgets" "go.wit.com/gui/gadgets/repostatus" -// "go.wit.com/apps/control-panel-dns/smartwindow" ) +// the main window nodes var myGui *gui.Node +var reposwin *gadgets.BasicWindow +var reposbox *gui.Node +var reposgrid *gui.Node +var reposgroup *gui.Node var allrepos []*repo -- cgit v1.2.3