#86199, resizing the filter edit dialog should grow the "conditions". r=bhuvan, sr=sspitzer.

No bug, filtereditor and search both horked by xul changes!  r/sr=sspitzer
This commit is contained in:
hwaara%chello.se 2001-07-10 01:24:06 +00:00
Родитель 8b23998d7f
Коммит a2c9d9bf63
7 изменённых файлов: 19 добавлений и 5 удалений

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

@ -66,7 +66,7 @@ function filterEditorOnLoad()
function onEnterInSearchTerm()
{
// do nothing. okOk() will get called since this is a dialog
// do nothing. onOk() will get called since this is a dialog
}
function onOk()

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

@ -60,9 +60,9 @@ Contributor(s):
<separator/>
<vbox>
<vbox flex="1">
<text class="label" value="&conditionDesc.label;"/>
<hbox id="searchTermListBox" flex="1"/>
<vbox id="searchTermListBox" flex="1"/>
</vbox>
<separator/>

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

@ -81,7 +81,7 @@ Rights Reserved.
<text class="label" value="&conditionDesc.label;"/>
<hbox flex="1">
<hbox id="searchTermListBox" flex="1"/>
<vbox id="searchTermListBox" flex="1"/>
<vbox>
<spring flex="1"/>
<button label="&searchButton.label;" id="search-button" oncommand="onSearchButton(event);"/>

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

@ -20,6 +20,7 @@
Contributor(s):
Alec Flett <alecf@netscape.com>
Håkan Waara <hwaara@chello.se>
-->
<!DOCTYPE window SYSTEM "chrome://messenger/locale/searchTermOverlay.dtd" >
@ -38,7 +39,7 @@
<hbox flex="1">
<hbox id="searchterms"/>
<tree class="inset" flex="1" id="searchTermTree" style="height: 100px; min-height: 50px;">
<tree class="inset" flex="1" id="searchTermTree">
<treecolgroup>
<treecol flex="1"/>
<treecol flex="4"/>

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

@ -507,3 +507,8 @@ splitter
{
border-left : 1px solid #999999;
}
#searchTermTree
{
min-height: 50px;
}

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

@ -540,3 +540,7 @@ searchterm
border-left : 1px solid ThreeDShadow;
}
#searchTermTree
{
min-height: 50px;
}

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

@ -577,6 +577,10 @@ spring.spacer {
margin: 0px 0px 0px 0px;
}
#searchTermTree {
min-height: 50px;
}
/* ::::: move to content :::::: */
dummy.usesMailWidgets {