summaryrefslogtreecommitdiff
path: root/redo/sizing_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/sizing_unix.go')
-rw-r--r--redo/sizing_unix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/sizing_unix.go b/redo/sizing_unix.go
index 9f95e77..d94bc01 100644
--- a/redo/sizing_unix.go
+++ b/redo/sizing_unix.go
@@ -24,9 +24,9 @@ const (
gtkYPadding = 6
)
-func (w *window) beginResize() (d *sizing) {
+func (c *container) beginResize() (d *sizing) {
d = new(sizing)
- if w.spaced {
+ if spaced {
d.xmargin = gtkXMargin
d.ymargin = gtkYMargin
d.xpadding = gtkXPadding