Skip to content

Commit 26317ae

Browse files
committed
chore: increase ai panel width to 450px at startup
1 parent b065e52 commit 26317ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/SidebarTabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ define(function (require, exports, module) {
5454
* first activated. Applied once if the current width is narrower.
5555
* @const {number}
5656
*/
57-
const AI_TAB_GOOD_WIDTH = 370;
57+
const AI_TAB_GOOD_WIDTH = 450;
5858

5959
/** Preference key used to track whether the initial width bump has been applied. */
6060
const PREF_AI_WIDTH_SET_INITIAL = "aiTabWidthSetInitial";

0 commit comments

Comments
 (0)