diff options
| author | Jeff Carr <[email protected]> | 2023-04-26 00:07:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-26 00:07:09 -0500 |
| commit | 4b9b381bcf02c212d72f55d4738943941e843250 (patch) | |
| tree | 60932c0fe675d477357318eb3d2de5e2b3a5c09d /toolkit/gocui/structs.go | |
| parent | 435b75b6e841ae981f6a98d2a0aaaafaedc2e170 (diff) | |
gocui: more spacing logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/structs.go')
| -rw-r--r-- | toolkit/gocui/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/structs.go b/toolkit/gocui/structs.go index 78ca36d..b3c780f 100644 --- a/toolkit/gocui/structs.go +++ b/toolkit/gocui/structs.go @@ -69,7 +69,7 @@ type config struct { // horizontalPadding int // groupPadding int `default:"6" dense:"2"` // this is supposed to be how far to indent to the left - buttonPadding int `default:"4" dense:"3"` // if 3, buttons slightly overlap + // buttonPadding int `default:"4" dense:"3"` // if 3, buttons slightly overlap } var ( |
