зеркало из https://github.com/mozilla/pjs.git
Bug 304605 - Cropped preferences panes on mac. r=mconnor
This commit is contained in:
Родитель
d30e8a4bdc
Коммит
5b10b97919
|
@ -239,7 +239,10 @@
|
|||
</radiogroup>
|
||||
|
||||
<separator/>
|
||||
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
<vbox>
|
||||
#endif
|
||||
<hbox>
|
||||
<button label="&viewCertificates.label;" accesskey="&viewCertificates.accesskey;"
|
||||
oncommand="gAdvancedPane.showCertificates();"
|
||||
|
@ -249,10 +252,17 @@
|
|||
preference="security.OCSP.disable_button.managecrl"/>
|
||||
<button label="&viewOCSP.label;" accesskey="&viewOCSP.accesskey;"
|
||||
oncommand="gAdvancedPane.showOCSP();"/>
|
||||
#ifdef XP_MACOSX
|
||||
</hbox>
|
||||
<hbox>
|
||||
#endif
|
||||
<button label="&viewSecurityDevices.label;" accesskey="&viewSecurityDevices.accesskey;"
|
||||
oncommand="gAdvancedPane.showSecurityDevices();"
|
||||
preference="security.disable_button.openDeviceManager"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
#ifdef XP_MACOSX
|
||||
</vbox>
|
||||
#endif
|
||||
</groupbox>
|
||||
</tabpanel>
|
||||
</tabpanels>
|
||||
|
|
|
@ -45,7 +45,11 @@
|
|||
title="&connectionsDialog.title;"
|
||||
dlgbuttons="accept,cancel,help"
|
||||
onbeforeaccept="return gConnectionsDialog.beforeAccept();"
|
||||
#ifdef XP_MACOSX
|
||||
style="width: &window.macWidth; !important;">
|
||||
#else
|
||||
style="width: &window.width; !important;">
|
||||
#endif
|
||||
|
||||
<prefpane id="ConnectionsDialogPane"
|
||||
helpTopic="prefs-connection-settings" helpURI="chrome://browser/locale/help/help.rdf">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
<!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 directTypeRadio.label "Direct connection to the Internet">
|
||||
|
|
Загрузка…
Ссылка в новой задаче