From 39f0c352fbeeb4119aedeee1a5974f4d411339c8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 25 Jun 2014 11:58:13 -0400 Subject: Added the necessary work to make new regular Labels work on the other platforms. --- control.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control.go') diff --git a/control.go b/control.go index 90ea014..5cf9359 100644 --- a/control.go +++ b/control.go @@ -6,5 +6,5 @@ package ui type Control interface { make(window *sysData) error setRect(x int, y int, width int, height int, rr *[]resizerequest) - preferredSize() (width int, height int) + preferredSize() (width int, height int, yoff int) } -- cgit v1.2.3