diff options
Diffstat (limited to 'redo/basicctrls_windows.go')
| -rw-r--r-- | redo/basicctrls_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) } |
