diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 12:10:48 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 12:10:48 -0700 |
| commit | 679f01341eaec0b5d6697e4015da18bfa12e8122 (patch) | |
| tree | 11e343cb7750aeabd9f48021a6b9ed74b2075090 /debug.go | |
| parent | 1fbb0cd227987b1b7758c19452ce97338041c302 (diff) | |
more removal of button information function passing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ func setupCloudUI() { Data.cloudWindow.SetMargined(true) Data.tabcount = 0 - Data.cloudTab.Append("Cloud Info", makeCloudInfoBox(nil)) + Data.cloudTab.Append("Cloud Info", makeCloudInfoBox()) Data.cloudTab.SetMargined(Data.tabcount, true) Data.cloudWindow.Show() |
