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:
parent
2161740ef1
commit
02e3b18c37
@ -27,6 +27,8 @@
|
||||
*/
|
||||
|
||||
iframe#previewframe {
|
||||
min-width: 162px;
|
||||
min-height: 200px;
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
width: 162px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
@ -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%"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user