[svn r15423] Fixed window size

skala
Julio Montoya 18 years ago
parent 32b2e7c07e
commit fec003402b
  1. 2
      main/inc/lib/fckeditor/editor/fckdialogframe.html

@ -33,7 +33,7 @@ if ( !window.dialogArguments )
}
// Dialog's size
var WindowSize= '900px';
var WindowSize= '850px';
// Sets the Skin CSS
document.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;

Loading…
Cancel
Save