diff options
Diffstat (limited to 'label.go')
| -rw-r--r-- | label.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() } |
