A minor visual fix for the online editor, resizing vertically the "Image Properties" dialog.

skala
Ivan Tcholakov 15 years ago
parent ac1ce2e3a1
commit 9536bc2043
  1. 2
      main/inc/lib/fckeditor/editor/plugins/ImageManager/fckplugin.js
  2. 2
      main/inc/lib/fckeditor/editor/plugins/ImageManager/fckplugin_compressed.js
  3. 4
      main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js
  4. 2
      main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js

@ -83,7 +83,7 @@
// Checking whether the selected object is a real image.
if ( FCK.IsRealImage( image ) )
{
var command = new FCKDialogCommand( 'Image', FCKLang.DlgImgTitle, 'dialog/fck_image.html', 600, 450 ) ;
var command = new FCKDialogCommand( 'Image', FCKLang.DlgImgTitle, 'dialog/fck_image.html', 600, 455 ) ;
command.Execute() ;
return ;
}

File diff suppressed because one or more lines are too long

@ -904,7 +904,7 @@ FCKFitWindow.prototype.Execute = function()
var FCKImageCommand = function( name )
{
this.Name = name ;
this.ImageProperties = new FCKDialogCommand( 'Image', FCKLang.DlgImgTitle, 'dialog/fck_image.html', 600, 450 ) ;
this.ImageProperties = new FCKDialogCommand( 'Image', FCKLang.DlgImgTitle, 'dialog/fck_image.html', 600, 455 ) ;
this.ImageManager = null ;
if ( FCK.Plugins.IsLoaded( 'ImageManager' ) )
{
@ -1403,7 +1403,7 @@ FCK.RegisterDoubleClickHandler(
{
if ( FCK.IsRealImage( tag ) )
{
var command = new FCKDialogCommand( 'Image', FCKLang.DlgImgTitle, 'dialog/fck_image.html', 600, 450 ) ;
var command = new FCKDialogCommand( 'Image', FCKLang.DlgImgTitle, 'dialog/fck_image.html', 600, 455 ) ;
command.Execute() ;
}
}, 'IMG'

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save