зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug #344048
set tab min width and tab clip width to better values, per beltzner. r=mano, ui-r=beltzner
This commit is contained in:
Родитель
fff1063b0d
Коммит
1495286e92
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче