aboutsummaryrefslogtreecommitdiff
path: root/sway/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/container.c b/sway/container.c
index 1f0d02aa..6054b4a3 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -82,7 +82,7 @@ swayc_t *new_container(swayc_t *child, enum swayc_layouts layout) {
sway_log(L_DEBUG, "creating container %p around %p", cont, child);
cont->layout = layout;
- cont->width = child->width;
+ cont->width = child->width;
cont->height = child->height;
cont->x = child->x;
cont->y = child->y;