From 5d1a3b2578580bd2d41e47d3ab3e6f48411c8613 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 20:34:29 -0600 Subject: finally. dense window view --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 310f4cf..186d228 100644 --- a/structs.go +++ b/structs.go @@ -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 { -- cgit v1.2.3