Browse Source

[svn r15308] Should fix list items in 1024px view IE(see FS#2570)

Julio Montoya 17 years ago
parent
commit
e00e2d650b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/fckeditor/editor/fckdialogframe.html

+ 1 - 1
main/inc/lib/fckeditor/editor/fckdialogframe.html

@@ -272,7 +272,7 @@ if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
 			</tr>	
 			<tr>
 				<td id="FrameCell" height="100%" valign="top">				
-					<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="950px" width="100%" scrolling="no">
+					<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="850px" width="100%" scrolling="no">
 					</iframe>
 				</td>
 			</tr>