fix for bug #344048
set tab min width and tab clip width to better values, per beltzner. r=mano, ui-r=beltzner git-svn-id: svn://10.0.0.236/trunk@203628 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -259,7 +259,7 @@ pref("browser.tabs.loadFolderAndReplace", true);
|
||||
pref("browser.tabs.opentabfor.middleclick", true);
|
||||
pref("browser.tabs.loadDivertedInBackground", false);
|
||||
pref("browser.tabs.loadBookmarksInBackground", false);
|
||||
pref("browser.tabs.tabMinWidth", 60);
|
||||
pref("browser.tabs.tabMinWidth", 100);
|
||||
pref("browser.tabs.tabClipWidth", 140);
|
||||
pref("browser.tabs.disableBackgroundClose", false);
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
<xul:tab selected="true" validate="never"
|
||||
onerror="this.parentNode.parentNode.parentNode.parentNode.addToMissedIconCache(this.getAttribute('image'));
|
||||
this.removeAttribute('image');"
|
||||
maxwidth="250" width="0" minwidth="125" flex="100"
|
||||
maxwidth="250" width="0" minwidth="100" flex="100"
|
||||
class="tabbrowser-tab" label="&untitledTab;" crop="end"/>
|
||||
</xul:tabs>
|
||||
</xul:hbox>
|
||||
@@ -2575,7 +2575,7 @@
|
||||
}
|
||||
});
|
||||
</field>
|
||||
<field name="mTabMinWidth">60</field>
|
||||
<field name="mTabMinWidth">100</field>
|
||||
<field name="mTabClipWidth">140</field>
|
||||
<field name="mCloseButtons">1</field>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user