From 8c87a82e7b6d502686f6149126deb5a8267ce99d Mon Sep 17 00:00:00 2001 From: abose Date: Tue, 21 Apr 2026 19:34:08 +0530 Subject: [PATCH] chore: increase ai panel width to 450px at startup --- src/view/SidebarTabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/SidebarTabs.js b/src/view/SidebarTabs.js index a4fdbcbcac..a37da25a54 100644 --- a/src/view/SidebarTabs.js +++ b/src/view/SidebarTabs.js @@ -54,7 +54,7 @@ define(function (require, exports, module) { * first activated. Applied once if the current width is narrower. * @const {number} */ - const AI_TAB_GOOD_WIDTH = 370; + const AI_TAB_GOOD_WIDTH = 450; /** Preference key used to track whether the initial width bump has been applied. */ const PREF_AI_WIDTH_SET_INITIAL = "aiTabWidthSetInitial";