set tab min width and tab clip width to better values, per beltzner.

r=mano, ui-r=beltzner
This commit is contained in:
sspitzer%mozilla.org 2006-07-25 15:35:42 +00:00
Родитель fff1063b0d
Коммит 1495286e92
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>