diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 14:04:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 14:04:11 -0600 |
| commit | 23dfd96a877dadf4a6c36f39785f2b000139491b (patch) | |
| tree | c3dbf0d425629fbe9c8477693d79339bcd225baa /size.go | |
| parent | 5827b9ace289a645be2189c12865f05f59a25fca (diff) | |
changing Height() to reflect more realistic values
Diffstat (limited to 'size.go')
| -rw-r--r-- | size.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -258,9 +258,7 @@ func (tk *guiWidget) setFullSize() bool { tk.full.h1 = tk.full.h0 + 1 } if tk.isWindowDense() && tk.isInGrid() { - // if tk.full.Height() > 0 { tk.full.h1 = tk.full.h0 - // } } if changed { tk.dumpWidget(fmt.Sprintf("setFullSize(changed)")) |
