Browser.tabs.tabMinWidth
From MozillaZine Knowledge Base
Contents
Deprecated
This pref has been removed as part of the Firefox 4.0 theme work. Users can now specify the tab width using css via UserChrome.css or use the Custom Tab Width extension.
Background
To fit more tabs on the tab strip, Firefox shrinks each tab’s width. This preference determines the narrowest a tab can become before the tab strip becomes scrollable to handle the overflow.
Possible values and their effects
Any positive integer value of pixels. Browser tabs may shrink to this value, but may not become any narrower. Default value is 100. Note that due to the design of the tabbar, the minimum width for a tab is 38px, so using a value less than 38 will not have any effect.
Caveats
Changes made to the value using about:config only take effect on windows opened after the change.
First checked in
Removed in
Has an effect in
- Mozilla Firefox (nightly builds since 2006-07-01; 2.0)
Not present after
- Mozilla Firefox (nightly builds since 2010-07-11; 4.0b2)
Related bugs
- Bug 342890 - make tab minWidth 125px and heed the browser.tabs.tabMinWidth hidden pref
- Bug 343019 - Tab scrolling does not handle window resize well
- Bug 344048 - what are good browser.tabs.tabMinWidth / browser.tabs.tabClipWidth defaults?
- BUg 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS