|
@@ -33,7 +33,7 @@ if ( !window.dialogArguments )
|
|
|
}
|
|
|
|
|
|
// Dialog's size
|
|
|
-var WindowSize= '580px';
|
|
|
+var WindowSize= '900px';
|
|
|
|
|
|
// Sets the Skin CSS
|
|
|
document.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
|
|
@@ -271,8 +271,8 @@ if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td id="FrameCell" border="1" height="100%" valign="top">
|
|
|
- <iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="100%" width="100%" scrolling="auto">
|
|
|
+ <td id="FrameCell" height="100%" valign="top">
|
|
|
+ <iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="950px" width="100%" scrolling="no">
|
|
|
</iframe>
|
|
|
</td>
|
|
|
</tr>
|