diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-11 20:16:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-11 20:16:38 -0400 |
| commit | ea391ef84109f42f7b5cf51b4976845e9320aa3f (patch) | |
| tree | 219c446f86720064f3704ff19583dd921fb2e6d7 /container_windows.go | |
| parent | 99101c026469b579f3077401254c1b33ab0f1a59 (diff) | |
Began making the spaced property per-container.
Diffstat (limited to 'container_windows.go')
| -rw-r--r-- | container_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container_windows.go b/container_windows.go index 99be1c2..39e1a5c 100644 --- a/container_windows.go +++ b/container_windows.go @@ -122,7 +122,7 @@ func (c *container) beginResize() (d *sizing) { d.baseY = baseY d.internalLeading = internalLeading - if spaced { + if c.spaced { d.xmargin = fromdlgunitsX(marginDialogUnits, d) d.ymargintop = fromdlgunitsY(marginDialogUnits, d) d.ymarginbottom = d.ymargintop |
