From 659bc03f171d8639eefa47e5d37abe7af81e5534 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Jul 2014 11:24:58 -0400 Subject: Migrated control sizing code for Mac OS X. --- redo/sizing_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/sizing_windows.go') diff --git a/redo/sizing_windows.go b/redo/sizing_windows.go index d218295..7455dc0 100644 --- a/redo/sizing_windows.go +++ b/redo/sizing_windows.go @@ -56,6 +56,7 @@ func (w *window) translateAllocationCoords(allocations []*allocation, winwidth, } // TODO move this to sizing.go +// TODO when doing so, account for margins func (w *widgetbase) allocate(x int, y int, width int, height int, d *sizing) []*allocation { return []*allocation{&allocation{ x: x, -- cgit v1.2.3