summaryrefslogtreecommitdiff
path: root/redo/mergeback/grid.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/mergeback/grid.go')
-rw-r--r--redo/mergeback/grid.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/mergeback/grid.go b/redo/mergeback/grid.go
index 6465294..3290b78 100644
--- a/redo/mergeback/grid.go
+++ b/redo/mergeback/grid.go
@@ -189,7 +189,6 @@ func (g *Grid) allocate(x int, y int, width int, height int, d *sysSizeData) (al
}
// filling and stretchy are ignored for preferred size calculation
-// We don't consider the margins here, but will need to in container if Window.SizeToFit() is ever made a thing. TODO
func (g *Grid) preferredSize(d *sysSizeData) (width int, height int) {
max := func(a int, b int) int {
if a > b {