summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-01 19:42:29 -0400
committerPietro Gagliardi <[email protected]>2014-08-01 19:42:29 -0400
commit83eeae1ec2baea366c06c3220c7e396c924241b7 (patch)
tree414898c2b4a5839aa00a8c2eff6f50b25f9cce35
parented38a2cac742a8fa513a68c411831f7c26a78ecf (diff)
More TODOs.
-rw-r--r--redo/basicctrls_windows.go1
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)
}