diff --git a/taskbar.js b/taskbar.js index f19ccac..92e8e2a 100644 --- a/taskbar.js +++ b/taskbar.js @@ -184,6 +184,7 @@ var taskbar = new Lang.Class({ this._showAppsIcon.icon.setIconSize(this.iconSize); this._hookUpLabel(this._showAppsIcon, this._showAppsIconWrapper); + this._container.add_child(new St.Widget({ width: 0, reactive: false })); this._container.add_actor(this._showAppsIcon); this._container.add_actor(this._scrollView);