diff --git a/src/api/wayland/window.rs b/src/api/wayland/window.rs index f08e17cd..30b7365a 100644 --- a/src/api/wayland/window.rs +++ b/src/api/wayland/window.rs @@ -87,6 +87,8 @@ impl Window { } else if attributes.decorations { decorated.set_decorate(true); } + // Finally, set the decorations size + decorated.resize(width as i32, height as i32); } // init general handler