diff options
| author | Jeff Carr <[email protected]> | 2023-04-05 13:06:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-05 13:06:42 -0500 |
| commit | 29efacf6f60d92231381699bc27d44d515a4063c (patch) | |
| tree | 4116b76bb7c2dc300cb93f92ec2ea66d57eeccf0 /toolkit/gocui/logical.go | |
| parent | 693a6f4398604e9932d714d24adc5c12472e750b (diff) | |
gocui: rework spacing logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/logical.go')
| -rw-r--r-- | toolkit/gocui/logical.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/gocui/logical.go b/toolkit/gocui/logical.go index a9ceff1..c3964fb 100644 --- a/toolkit/gocui/logical.go +++ b/toolkit/gocui/logical.go @@ -6,6 +6,7 @@ import ( var adjusted bool = false +/* // expands the logical size of the parents func (w *cuiWidget) setParentLogical() { p := w.parent @@ -71,3 +72,4 @@ func (w *cuiWidget) setParentLogical() { pP.setParentLogical() } } +*/ |
