summaryrefslogtreecommitdiff
path: root/size.go
diff options
context:
space:
mode:
Diffstat (limited to 'size.go')
-rw-r--r--size.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/size.go b/size.go
index 91b6f81..68dcf38 100644
--- a/size.go
+++ b/size.go
@@ -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)"))