summaryrefslogtreecommitdiff
path: root/lineedit.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-25 11:58:13 -0400
committerPietro Gagliardi <[email protected]>2014-06-25 11:58:13 -0400
commit39f0c352fbeeb4119aedeee1a5974f4d411339c8 (patch)
tree4d9362dd1313c5b3dd5cd1e417e8a332b057cf83 /lineedit.go
parent55c636b1e3823ec73a9b10d78a03528a54e63bb1 (diff)
Added the necessary work to make new regular Labels work on the other platforms.
Diffstat (limited to 'lineedit.go')
-rw-r--r--lineedit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lineedit.go b/lineedit.go
index 17d0791..26fbaa1 100644
--- a/lineedit.go
+++ b/lineedit.go
@@ -78,6 +78,6 @@ func (l *LineEdit) setRect(x int, y int, width int, height int, rr *[]resizerequ
})
}
-func (l *LineEdit) preferredSize() (width int, height int) {
+func (l *LineEdit) preferredSize() (width int, height int, yoff int) {
return l.sysData.preferredSize()
}