summaryrefslogtreecommitdiff
path: root/redo/label_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-11 13:27:17 -0400
committerPietro Gagliardi <[email protected]>2014-08-11 13:27:17 -0400
commit5d4fd8169b3d13ff1d0ccb6592cd925bcd2d8c80 (patch)
tree881dc7d7249063aa86c17e9c8fdc5fdbfd1fd1fb /redo/label_darwin.go
parent219132f2f18d3b77d472e218bbcd39eb059bb90d (diff)
Settled the Label alignment TODO in label_darwin.go. Also more future plans.
Diffstat (limited to 'redo/label_darwin.go')
-rw-r--r--redo/label_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/label_darwin.go b/redo/label_darwin.go
index d42bd0a..73f6d28 100644
--- a/redo/label_darwin.go
+++ b/redo/label_darwin.go
@@ -81,7 +81,7 @@ func (l *label) commitResize(c *allocation, d *sizing) {
// and we just add that
c.y += int(yoff)
}
- // TODO if there's no baseline, the alignment should be to the top /of the alignment rect/, not the frame
+ // in the other case, the most correct thing would be for Label to be aligned to the alignment rect, but I can't get this working, and it looks fine as it is anyway
}
basecommitResize(l, c, d)
}