diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 20:34:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 20:34:29 -0600 |
| commit | 5d1a3b2578580bd2d41e47d3ab3e6f48411c8613 (patch) | |
| tree | 2070fbb66ed44f04c41e7ddc09617009df347274 /structs.go | |
| parent | e39bcafb78d8388ee5bc77366efbab4f3717466c (diff) | |
finally. dense window view
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ type window struct { order int // what level the window is on resize bool // only set the title once collapsed bool // only show the window title bar + dense bool // true if the window is huge } type guiWidget struct { |
