summaryrefslogtreecommitdiff
path: root/container_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-11 20:16:38 -0400
committerPietro Gagliardi <[email protected]>2014-10-11 20:16:38 -0400
commitea391ef84109f42f7b5cf51b4976845e9320aa3f (patch)
tree219c446f86720064f3704ff19583dd921fb2e6d7 /container_darwin.go
parent99101c026469b579f3077401254c1b33ab0f1a59 (diff)
Began making the spaced property per-container.
Diffstat (limited to 'container_darwin.go')
-rw-r--r--container_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container_darwin.go b/container_darwin.go
index b2086c4..ef0355b 100644
--- a/container_darwin.go
+++ b/container_darwin.go
@@ -49,7 +49,7 @@ const (
func (c *container) beginResize() (d *sizing) {
d = new(sizing)
- if spaced {
+ if c.spaced {
d.xmargin = macXMargin
d.ymargintop = macYMargin
d.ymarginbottom = d.ymargintop