diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-01 13:14:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-01 13:14:10 -0400 |
| commit | 9c0aa7be5c3f3f790b36f0b65512fdea865e8084 (patch) | |
| tree | 34418c386c779578ba284db1b670e49446e2bf98 /redo/basicctrls_unix.go | |
| parent | b1902686ca4909e7fb701d370eaa4df686090d0c (diff) | |
Resolved a TODO about label alignment.
Diffstat (limited to 'redo/basicctrls_unix.go')
| -rw-r--r-- | redo/basicctrls_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/basicctrls_unix.go b/redo/basicctrls_unix.go index 1271b88..734388c 100644 --- a/redo/basicctrls_unix.go +++ b/redo/basicctrls_unix.go @@ -176,7 +176,7 @@ func (l *label) labelcommitResize(c *allocation, d *sizing) { if !l.standalone && c.neighbor != nil { c.neighbor.getAuxResizeInfo(d) if d.shouldVAlignTop { - // TODO should it be center-aligned to the first line or not + // don't bother aligning it to the first line of text in the control; this is harder than it's worth (thanks gregier in irc.gimp.net/#gtk+) C.gtk_misc_set_alignment(l.misc, 0, 0) } else { C.gtk_misc_set_alignment(l.misc, 0, 0.5) |
