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. --- combobox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'combobox.go') diff --git a/combobox.go b/combobox.go index 83b58b7..5fa391f 100644 --- a/combobox.go +++ b/combobox.go @@ -157,6 +157,6 @@ func (c *Combobox) setRect(x int, y int, width int, height int, rr *[]resizerequ }) } -func (c *Combobox) preferredSize() (width int, height int) { +func (c *Combobox) preferredSize() (width int, height int, yoff int) { return c.sysData.preferredSize() } -- cgit v1.2.3