diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 01:51:37 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 01:51:37 -0700 |
| commit | 9b29c265b26d1231cf9ddb7abf51e390197dabf1 (patch) | |
| tree | bf9465bc361dd5260f573c155bf29e7551f15902 /mainCloudBox.go | |
| parent | 9949a02b3e0d953824568fc5085009243c92cc86 (diff) | |
more button debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
| -rw-r--r-- | mainCloudBox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go index fd4fb75..1e1292a 100644 --- a/mainCloudBox.go +++ b/mainCloudBox.go @@ -11,7 +11,7 @@ import _ "github.com/andlabs/ui/winmanifest" // import "github.com/davecgh/go-spew/spew" -func makeCloudInfoBox(custom func(int, string)) *ui.Box { +func makeCloudInfoBox(custom func(*ButtonMap, string)) *ui.Box { hbox := ui.NewHorizontalBox() hbox.SetPadded(true) |
