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:
timeless%mac.com 2001-03-05 10:01:38 +00:00
Родитель c2edb3f3b3
Коммит 7035766682
5 изменённых файлов: 18 добавлений и 8 удалений

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

@ -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>
<checkbox class="indent" id="networkWarnAboutCookies" value="&warnAboutCookies.label;" accesskey="&warnAboutCookies.accesskey;"
<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();"/>

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

@ -104,10 +104,12 @@
<radio id="accOrgImages" group="networkImageBehaviour" data="1" value="&accOrgImagesRadio.label;" accesskey="&accOrgImagesRadio.accesskey;"/>
<radio group="networkImageBehaviour" data="2" value="&disableImages.label;" accesskey="&disableImages.accesskey;"/>
</radiogroup>
<checkbox class="indent" id="networkImageWarnAboutImages" value="&warnAboutImages.label;" accesskey="&warnAboutImages.accesskey;"
<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>
<checkbox id="signonRememberSignons" value="&signonEnabled.label;" accesskey="&signonEnabled.accesskey;"
<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>
<checkbox id="encryptEnabled" value="&encryptEnabled.label;" accesskey="&encryptEnabled.accesskey;"
<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,13 +73,15 @@
prefattribute="value"/>
</box>
-->
<checkbox id="walletCaptureForms"
<box autostretch="never">
<checkbox id="walletCaptureForms"
value="&walletEnabled.label;"
accesskey="&walletEnabled.accesskey;"
pref="true"
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>