More TODOs.
This commit is contained in:
parent
ed38a2cac7
commit
83eeae1ec2
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue