diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 12:40:07 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 12:40:07 -0700 |
| commit | 9894f312641f09c6e7a685acf47d55e8be257607 (patch) | |
| tree | d55165cca2fdc82b84fc80097545e443e408b5cb /area.go | |
| parent | 679f01341eaec0b5d6697e4015da18bfa12e8122 (diff) | |
almost complete obviewscation of the buttons
yes, I can't spell. I like it this way better anyway
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ import "github.com/davecgh/go-spew/spew" func makeSplashArea() *ui.Area { // make this button just to get the default font (but don't display the button) // There should be another way to do this (?) - Data.fontButton = CreateFontButton("SplashFont", "DONE", mouseClick) + Data.fontButton = CreateFontButton("SplashFont", "DONE") makeAttributedString() splashArea := ui.NewArea(myAH) |
