Fix for bug #21862, unable to resize preview dialog.

git-svn-id: svn://10.0.0.236/trunk@57609 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 2000-01-13 02:26:02 +00:00
parent 2161740ef1
commit 02e3b18c37
2 changed files with 5 additions and 4 deletions

View File

@ -27,6 +27,8 @@
*/
iframe#previewframe {
min-width: 162px;
min-height: 200px;
min-width: 10px;
min-height: 10px;
width: 162px;
height: 200px;
}

View File

@ -43,8 +43,7 @@
<titledbutton id="paneltitle" class="plain paneltitle" align="left"/>
<html:iframe id="previewframe" type="content" src="about:blank"
style="height:200px; width:162px" />
<html:iframe id="previewframe" type="content" src="about:blank" flex="1"/>
<box align="horizontal">
<spring flex="50%"/>