Port some thunderbird improvements to the account manager back to the seamonkey trunk. Remove lots of unwanted flex space

from the dialogs.

r/sr=sspitzer


git-svn-id: svn://10.0.0.236/trunk@144622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-07-09 03:53:22 +00:00
parent baa57a6c92
commit 04c2480ea0
3 changed files with 17 additions and 13 deletions

View File

@@ -46,9 +46,9 @@ Contributors:
<dialogheader title="&addressing.label;"/>
<separator class="thin"/>
<vbox flex="1">
<groupbox>
<description>&addressingText.label;</description>
<radiogroup class="indent" id="ldapAutocomplete" wsm_persist="true" oncommand="enabling();">
<radiogroup class="indent" id="ldapAutocomplete" wsm_persist="true" oncommand="enabling();">
<observes element="identity.overrideGlobalPref" attribute="disabled"/>
<radio id="useGlobalPref" value="0" label="&useGlobal.label;"/>
<hbox align="center">
@@ -58,7 +58,7 @@ Contributors:
</menulist>
<button id="editButton" label="&editDirectories.label;" oncommand="onEditDirectories();"/>
</hbox>
</radiogroup>
</vbox>
</radiogroup>
</groupbox>
</page>

View File

@@ -24,7 +24,7 @@
<separator class="thin"/>
<groupbox flex="1" style="width: 20em !important;">
<groupbox style="width: 20em !important;">
<caption label="&identityTitle.label;"/>
<description>&identityDesc.label;</description>
<separator class="thin"/>
@@ -56,6 +56,8 @@
</row>
</rows>
</grid>
<separator class="thin"/>
<hbox align="center">
<checkbox wsm_persist="true" id="identity.attachSignature" label="&signature.label;" flex="1"
@@ -63,6 +65,7 @@
prefattribute="value"
prefstring="mail.identity.%identitykey%.attach_signature"/>
</hbox>
<hbox align="center" class="indent">
<textbox wsm_persist="true" id="identity.signature" datatype="nsILocalFile" flex="1" name="identity.signature"
observes="broadcaster_attachSignature"
@@ -82,7 +85,7 @@
prefstring="mail.identity.%identitykey%.compose_html"/>
</hbox>
<spacer flex="1"/>
<separator class="thin"/>
<hbox>
<spacer flex="1"/>

View File

@@ -235,12 +235,13 @@ Contributors:
</vbox>
</vbox>
</groupbox>
<spacer flex="100%"/>
<vbox>
<separator class="thin"/>
<vbox>
<label value="&localPath.label;" control="server.localPath"/>
<textbox wsm_persist="true" id="server.localPath"
datatype="nsIFileSpec"
class="uri-element"
prefstring="mail.server.%serverkey%.directory"/>
</vbox>
datatype="nsIFileSpec"
class="uri-element"
prefstring="mail.server.%serverkey%.directory"/>
</vbox>
</page>