Bug 304605 - Cropped preferences panes on mac. r=mconnor

This commit is contained in:
mozilla.mano%sent.com 2005-08-21 04:50:34 +00:00
Родитель d4d3b39a3d
Коммит b619d6d2a3
3 изменённых файлов: 18 добавлений и 3 удалений

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

@ -240,6 +240,9 @@
<separator/> <separator/>
#ifdef XP_MACOSX
<vbox>
#endif
<hbox> <hbox>
<button label="&viewCertificates.label;" accesskey="&viewCertificates.accesskey;" <button label="&viewCertificates.label;" accesskey="&viewCertificates.accesskey;"
oncommand="gAdvancedPane.showCertificates();" oncommand="gAdvancedPane.showCertificates();"
@ -249,10 +252,17 @@
preference="security.OCSP.disable_button.managecrl"/> preference="security.OCSP.disable_button.managecrl"/>
<button label="&viewOCSP.label;" accesskey="&viewOCSP.accesskey;" <button label="&viewOCSP.label;" accesskey="&viewOCSP.accesskey;"
oncommand="gAdvancedPane.showOCSP();"/> oncommand="gAdvancedPane.showOCSP();"/>
#ifdef XP_MACOSX
</hbox>
<hbox>
#endif
<button label="&viewSecurityDevices.label;" accesskey="&viewSecurityDevices.accesskey;" <button label="&viewSecurityDevices.label;" accesskey="&viewSecurityDevices.accesskey;"
oncommand="gAdvancedPane.showSecurityDevices();" oncommand="gAdvancedPane.showSecurityDevices();"
preference="security.disable_button.openDeviceManager"/> preference="security.disable_button.openDeviceManager"/>
</hbox> </hbox>
#ifdef XP_MACOSX
</vbox>
#endif
</groupbox> </groupbox>
</tabpanel> </tabpanel>
</tabpanels> </tabpanels>

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

@ -45,7 +45,11 @@
title="&connectionsDialog.title;" title="&connectionsDialog.title;"
dlgbuttons="accept,cancel,help" dlgbuttons="accept,cancel,help"
onbeforeaccept="return gConnectionsDialog.beforeAccept();" onbeforeaccept="return gConnectionsDialog.beforeAccept();"
#ifdef XP_MACOSX
style="width: &window.macWidth; !important;">
#else
style="width: &window.width; !important;"> style="width: &window.width; !important;">
#endif
<prefpane id="ConnectionsDialogPane" <prefpane id="ConnectionsDialogPane"
helpTopic="prefs-connection-settings" helpURI="chrome://browser/locale/help/help.rdf"> helpTopic="prefs-connection-settings" helpURI="chrome://browser/locale/help/help.rdf">

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

@ -1,6 +1,7 @@
<!ENTITY connectionsDialog.title "Connection Settings"> <!ENTITY connectionsDialog.title "Connection Settings">
<!ENTITY window.width "37em"> <!ENTITY window.width "37em">
<!ENTITY window.macWidth "39em">
<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet"> <!ENTITY proxyTitle.label "Configure Proxies to Access the Internet">
<!ENTITY directTypeRadio.label "Direct connection to the Internet"> <!ENTITY directTypeRadio.label "Direct connection to the Internet">