From d307848c8cec7746900aab1edc27d32e9e57be5a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 6 Aug 2014 10:50:07 -0400 Subject: Removed leftover TODOs: container does handle margins now. --- redo/stack.go | 1 - 1 file changed, 1 deletion(-) (limited to 'redo/stack.go') diff --git a/redo/stack.go b/redo/stack.go index 739934d..4f1aca8 100644 --- a/redo/stack.go +++ b/redo/stack.go @@ -137,7 +137,6 @@ func (s *Stack) allocate(x int, y int, width int, height int, d *sizing) (alloca } // The preferred size of a Stack is the sum of the preferred sizes of non-stretchy controls + (the number of stretchy controls * the largest preferred size among all stretchy controls). -// We don't consider the margins here, but will need to in container if Window.SizeToFit() is ever made a thing. TODO func (s *Stack) preferredSize(d *sizing) (width int, height int) { max := func(a int, b int) int { if a > b { -- cgit v1.2.3