зеркало из https://github.com/mozilla/pjs.git
fix Bug 42406 autostretch="never" needs to be added for checkboxes
fix by walk84@usa.net r=timeless, a=ben
This commit is contained in:
Родитель
c2edb3f3b3
Коммит
7035766682
|
@ -59,9 +59,11 @@
|
|||
<radio group="networkCookieBehaviour" data="1" value="&accOrgCookiesRadio.label;" accesskey="&accOrgCookiesRadio.accesskey;"/>
|
||||
<radio group="networkCookieBehaviour" data="2" value="&disableCookies.label;" accesskey="&disableCookies.accesskey;"/>
|
||||
</radiogroup>
|
||||
<box autostretch="never">
|
||||
<checkbox class="indent" id="networkWarnAboutCookies" value="&warnAboutCookies.label;" accesskey="&warnAboutCookies.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="network.cookie.warnAboutCookies"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog" value="&viewCookies.label;" accesskey="&viewCookies.accesskey;" oncommand="viewCookies();"/>
|
||||
<button class="dialog" value="&viewTutorial.label;" accesskey="&viewTutorial.accesskey;" oncommand="viewTutorial();"/>
|
||||
|
|
|
@ -105,9 +105,11 @@
|
|||
<radio group="networkImageBehaviour" data="2" value="&disableImages.label;" accesskey="&disableImages.accesskey;"/>
|
||||
</radiogroup>
|
||||
|
||||
<box autostretch="never">
|
||||
<checkbox class="indent" id="networkImageWarnAboutImages" value="&warnAboutImages.label;" accesskey="&warnAboutImages.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="network.image.warnAboutImages"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog" id="viewImages" value="&viewImages.label;" accesskey="&viewImages.accesskey;" oncommand="viewImages();"/>
|
||||
|
|
|
@ -71,9 +71,11 @@
|
|||
<titledbox orient="vertical">
|
||||
<title><text value="&signonHeader.label;"/></title>
|
||||
<html flex="1">&signonDescription.label;</html>
|
||||
<box autostretch="never">
|
||||
<checkbox id="signonRememberSignons" value="&signonEnabled.label;" accesskey="&signonEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="signon.rememberSignons"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog" value="&viewSignons.label;" accesskey="&viewSignons.accesskey;"
|
||||
oncommand="viewSignons();"/>
|
||||
|
@ -83,9 +85,11 @@
|
|||
<titledbox orient="vertical">
|
||||
<title><text value="&encryptHeader.label;"/></title>
|
||||
<html flex="1">&encryptDescription.label;</html>
|
||||
<box autostretch="never">
|
||||
<checkbox id="encryptEnabled" value="&encryptEnabled.label;" accesskey="&encryptEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="wallet.crypto"
|
||||
prefattribute="checked" oncommand="initReencryptCallback();"/>
|
||||
</box>
|
||||
|
||||
</titledbox>
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
prefattribute="value"/>
|
||||
</box>
|
||||
-->
|
||||
<box autostretch="never">
|
||||
<checkbox id="walletCaptureForms"
|
||||
value="&walletEnabled.label;"
|
||||
accesskey="&walletEnabled.accesskey;"
|
||||
|
@ -80,6 +81,7 @@
|
|||
preftype="bool"
|
||||
prefstring="wallet.captureForms"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog"
|
||||
value="&viewWallet.label;"
|
||||
|
|
|
@ -89,10 +89,10 @@
|
|||
<titledbox orient="vertical">
|
||||
<title value="&filingBookmarks.label;"/>
|
||||
<html flex="1">&autoFile.label;</html>
|
||||
<box autostretch="never" flex="1">
|
||||
<box autostretch="never">
|
||||
<checkbox id="enableAutoFile" value="&enableAutoFile.label;"
|
||||
pref="true" preftype="bool" prefstring="browser.bookmarks.add_without_dialog"
|
||||
prefattribute="checked" flex="1" valign="top"/>
|
||||
prefattribute="checked" valign="top"/>
|
||||
</box>
|
||||
<separator/>
|
||||
<html flex="1">&defaultFolder.label;</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче