diff --git a/js/ui/dash.js b/js/ui/dash.js index 86b7e7553..5835bc457 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -501,7 +501,7 @@ const Dash = new Lang.Class({ return; - let themeNode = this.actor.get_theme_node(); + let themeNode = this._box.get_theme_node(); let maxAllocation = new Clutter.ActorBox({ x1: 0, y1: 0, x2: 42 /* whatever */, y2: this._maxHeight });