Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/view/SidebarTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Loading