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. --- checkbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkbox.go') diff --git a/checkbox.go b/checkbox.go index 0bae487..71c2b77 100644 --- a/checkbox.go +++ b/checkbox.go @@ -80,6 +80,6 @@ func (c *Checkbox) setRect(x int, y int, width int, height int, rr *[]resizerequ }) } -func (c *Checkbox) preferredSize() (width int, height int) { +func (c *Checkbox) preferredSize() (width int, height int, yoff int) { return c.sysData.preferredSize() } -- cgit v1.2.3