summaryrefslogtreecommitdiff
path: root/combobox.go
diff options
context:
space:
mode:
Diffstat (limited to 'combobox.go')
-rw-r--r--combobox.go2
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()
}