diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 11:58:13 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 11:58:13 -0400 |
| commit | 39f0c352fbeeb4119aedeee1a5974f4d411339c8 (patch) | |
| tree | 4d9362dd1313c5b3dd5cd1e417e8a332b057cf83 /combobox.go | |
| parent | 55c636b1e3823ec73a9b10d78a03528a54e63bb1 (diff) | |
Added the necessary work to make new regular Labels work on the other platforms.
Diffstat (limited to 'combobox.go')
| -rw-r--r-- | combobox.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() } |
