diff --git a/js/ui/layout.js b/js/ui/layout.js index 90385e82c..538c24e73 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -239,7 +239,7 @@ var LayoutManager = GObject.registerClass({ clip_to_allocation: true, layout_manager: new Clutter.BinLayout(), }); - this.addTopChrome(this.screenShieldGroup); + this.addChrome(this.screenShieldGroup); this.panelBox = new St.BoxLayout({ name: 'panelBox', vertical: true });