More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-08-01 19:42:29 -04:00
parent ed38a2cac7
commit 83eeae1ec2
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ const (
) )
func (l *label) labelpreferredSize(d *sizing) (width, height int) { func (l *label) labelpreferredSize(d *sizing) (width, height int) {
// TODO have some padding to the right of the width
return int(l.textlen), fromdlgunitsY(labelHeight, d) return int(l.textlen), fromdlgunitsY(labelHeight, d)
} }