diff options
| author | Jeff Carr <[email protected]> | 2023-04-25 22:24:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-25 22:24:45 -0500 |
| commit | 55ea779640098ce71a5f36785634f4e22f3cd601 (patch) | |
| tree | 2e909de2b4790d4d01c92ebba4785e642a6efd09 /toolkit/gocui/main.go | |
| parent | 2de69d0086a5d97a91647ecadf438ac3989759a8 (diff) | |
gocui: hmm. trying to reformat the layout
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/main.go')
| -rw-r--r-- | toolkit/gocui/main.go | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/toolkit/gocui/main.go b/toolkit/gocui/main.go index 273da4b..f1a0106 100644 --- a/toolkit/gocui/main.go +++ b/toolkit/gocui/main.go @@ -15,19 +15,15 @@ func init() { log(logInfo, "Init() of awesome-gocui") Set(&me, "default") - me.groupPadding = 4 - me.buttonPadding = 3 - - // the raw beginning of each window (or tab) - me.rawW = 7 - me.rawH = 3 +// me.groupPadding = 4 +// me.buttonPadding = 3 // todo, remove all of these - me.defaultWidth = 10 - me.defaultHeight = 2 // this means by default one line of text in a button +// me.defaultWidth = 10 +// me.defaultHeight = 2 // this means by default one line of text in a button - me.horizontalPadding = 20 - me.horizontalPadding = 20 +// me.horizontalPadding = 20 +// me.horizontalPadding = 20 // todo, remove all of these me.pluginChan = make(chan toolkit.Action) |
