From a157daa4468aee1423066849c63234cf08e6c320 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 7 Nov 2018 15:20:13 -0500 Subject: [PATCH] Fix _findLeftmostButton on unlock without explicit taskbar allocation --- taskbar.js | 1 + 1 file changed, 1 insertion(+) 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);