Browse Source

[svn r17813] FS#2867 - FCKEditor: Increasing the FLV palyer dialog sizes to fit on Firefox, Linux.

Ivan Tcholakov 16 years ago
parent
commit
ba2e0140c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/fckeditor/editor/plugins/flvPlayer/fckplugin.js

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/flvPlayer/fckplugin.js

@@ -1,6 +1,6 @@
 // Register the related commands.
 var dialogPath = FCKConfig.PluginsPath + 'flvPlayer/flvPlayer.html';
-var flvPlayerDialogCmd = new FCKDialogCommand( FCKLang["DlgFLVPlayerTitle"], FCKLang["DlgFLVPlayerTitle"], dialogPath, 600, 520 );
+var flvPlayerDialogCmd = new FCKDialogCommand( FCKLang["DlgFLVPlayerTitle"], FCKLang["DlgFLVPlayerTitle"], dialogPath, 680, 560 );
 FCKCommands.RegisterCommand( 'flvPlayer', flvPlayerDialogCmd ) ;
 
 // Create the Flash toolbar button.