Minor UI changes to get content to fit on pref panes with better resizing behavior (74002). sr=ben

This commit is contained in:
mcafee%netscape.com 2006-05-17 02:29:08 +00:00
Родитель a150ca5aa6
Коммит 5e3b884be7
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -42,7 +42,7 @@
var panel = "chrome://communicator/content/pref/pref-appearance.xul";
// the first elements in this array will be poked from chromeregistry loaded
// overlays once overlays.rdf works properly
var _elementIDs = ["generalStartupBrowser", /*"toolbarStyle,"*/ "showHideTooltips"];
var _elementIDs = ["generalStartupBrowser", "showHideTooltips"];
]]>
</script>

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

@ -191,7 +191,7 @@
</columns>
<rows>
<row>
<tree class="inset" id="disabledDomains" multiple="true" onkeyup="treeHandleEvent(event)" style="height: 100px;" flex="1">
<tree class="inset" id="disabledDomains" multiple="true" onkeyup="treeHandleEvent(event)" style="height: 65px;" flex="1">
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>

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

@ -15,6 +15,6 @@
<!ENTITY clearLocationBarButton.accesskey "b">
<!ENTITY shistory.label "Session History">
<!ENTITY shistoryDescription1.label "Session History is a list of pages previously visited on each open browser window. Session History is accessible through the Back and Forward buttons">
<!ENTITY shistoryDescription2.label "Maximum number of pages maintained by Session History for each window">
<!ENTITY shistoryDescription1.label "Session History is a list of pages previously visited for an open browser window, accessible via the Back and Forward buttons.">
<!ENTITY shistoryDescription2.label "Session history size (number of pages):">
<!ENTITY shistory.accesskey "s">