From 6d58f434b74bb0119f493ba8e4508c93b14685d9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 29 Oct 2014 12:12:00 -0400 Subject: Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite work yet. --- container_darwin.go | 1 + 1 file changed, 1 insertion(+) (limited to 'container_darwin.go') diff --git a/container_darwin.go b/container_darwin.go index 5cc2b1c..02ccca4 100644 --- a/container_darwin.go +++ b/container_darwin.go @@ -53,6 +53,7 @@ func containerResized(data unsafe.Pointer) { } // These are based on measurements from Interface Builder. +// TODO reverify these against /layout rects/, not /frame rects/ const ( macXMargin = 20 macYMargin = 20 -- cgit v1.2.3