diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 13:23:50 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 13:23:50 -0700 |
| commit | 858f7fd93cf77bdb7bafbae0f58af6eae1766aec (patch) | |
| tree | ef6836c593eeb1def1860fc33e60c110f51e16b5 /mainCloudBox.go | |
| parent | 238c39de36931ad81427d964228cd5bc0c3ea60a (diff) | |
button handling almost completely cleaned up
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 1e1292a..02e4d03 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(*ButtonMap, string)) *ui.Box { +func makeCloudInfoBox(custom func(*ButtonMap)) *ui.Box { hbox := ui.NewHorizontalBox() hbox.SetPadded(true) |
