From e07038fcb8e94f7dee4e260fa4cfc0af2ec888e6 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 16 Jan 2025 23:34:53 -0500 Subject: [PATCH] Stop shaking #2228 --- taskbar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/taskbar.js b/taskbar.js index d929781..7cd4486 100644 --- a/taskbar.js +++ b/taskbar.js @@ -1331,6 +1331,7 @@ export const TaskbarItemContainer = GObject.registerClass({ _init() { super._init() + this.x_expand = this.y_expand = false } vfunc_allocate(box) {