From 833edd3468872addd16595fc20ce6431ff593079 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sun, 12 Jul 2009 11:02:03 +0200 Subject: [PATCH] [svn r22007] FS#2867 - The online editor, the audion plugin: Fixing a small visual problem. --- main/inc/lib/fckeditor/editor/plugins/audio/fckplugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/fckeditor/editor/plugins/audio/fckplugin.js b/main/inc/lib/fckeditor/editor/plugins/audio/fckplugin.js index a1f54f4e36..fab8c12feb 100644 --- a/main/inc/lib/fckeditor/editor/plugins/audio/fckplugin.js +++ b/main/inc/lib/fckeditor/editor/plugins/audio/fckplugin.js @@ -1,7 +1,7 @@ // Register the command. FCKCommands.RegisterCommand( 'MP3', new FCKDialogCommand( FCKLang['DlgAudioTitle'], FCKLang['DlgAudioTitle'] + ' (mp3)', - FCKConfig.PluginsPath + 'audio/fck_audio.html', 600, 320 ) + FCKConfig.PluginsPath + 'audio/fck_audio.html', 600, 310 ) ) ; // Create and register the Audio toolbar button.