From 83eeae1ec2baea366c06c3220c7e396c924241b7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 1 Aug 2014 19:42:29 -0400 Subject: [PATCH] More TODOs. --- redo/basicctrls_windows.go | 1 + 1 file changed, 1 insertion(+) 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) }