diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-12 11:54:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-12 11:54:58 -0400 |
| commit | 1b070b3f107b8d421d3c3dc709d2da98c99db692 (patch) | |
| tree | f1d8cd9a6535489b67bd3fa6ac99567bc30729f2 /container_unix.go | |
| parent | ea391ef84109f42f7b5cf51b4976845e9320aa3f (diff) | |
Revert "Began making the spaced property per-container." Things are more complicated here than it's worth. Will need to tear everything apart and redo the whole control hierarchy. Sigh...
This reverts commit ea391ef84109f42f7b5cf51b4976845e9320aa3f.
Diffstat (limited to 'container_unix.go')
| -rw-r--r-- | container_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container_unix.go b/container_unix.go index 4db046c..ffb1ffa 100644 --- a/container_unix.go +++ b/container_unix.go @@ -56,7 +56,7 @@ const ( func (c *container) beginResize() (d *sizing) { d = new(sizing) - if c.spaced { + if spaced { d.xmargin = gtkXMargin d.ymargintop = gtkYMargin d.ymarginbottom = d.ymargintop |
