diff --git a/redo/basicctrls_windows.go b/redo/basicctrls_windows.go index 75503d0..b116ae3 100644 --- a/redo/basicctrls_windows.go +++ b/redo/basicctrls_windows.go @@ -174,6 +174,7 @@ const ( ) 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) }