summaryrefslogtreecommitdiff
path: root/label.go
diff options
context:
space:
mode:
Diffstat (limited to 'label.go')
-rw-r--r--label.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/label.go b/label.go
index dfb6cb1..509c980 100644
--- a/label.go
+++ b/label.go
@@ -84,6 +84,6 @@ func (l *Label) setRect(x int, y int, width int, height int, rr *[]resizerequest
})
}
-func (l *Label) preferredSize() (width int, height int) {
+func (l *Label) preferredSize() (width int, height int, yoff int) {
return l.sysData.preferredSize()
}