[pLog-svn] r7088 - plog/branches/lifetype-1.2/js/tinymce/plugins/embed

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Dec 17 12:25:42 EST 2010


Author: jondaley
Date: 2010-12-17 12:25:42 -0500 (Fri, 17 Dec 2010)
New Revision: 7088

Modified:
   plog/branches/lifetype-1.2/js/tinymce/plugins/embed/editor_plugin_src.js
Log:
the window is too small to see all of the info

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/embed/editor_plugin_src.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/embed/editor_plugin_src.js	2010-12-17 17:25:11 UTC (rev 7087)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/embed/editor_plugin_src.js	2010-12-17 17:25:42 UTC (rev 7088)
@@ -31,8 +31,8 @@
 			ed.addCommand('mceEmbed', function() {
 				ed.windowManager.open({
 					file : url + '/dialog.htm',
-					width : 305 + parseInt(ed.getLang('embed.delta_width', 0)),
-					height : 250 + parseInt(ed.getLang('embed.delta_height', 0)),
+					width : 400 + parseInt(ed.getLang('embed.delta_width', 0)),
+					height : 275 + parseInt(ed.getLang('embed.delta_height', 0)),
 					inline : 1
 				}, {
 					plugin_url : url // Plugin absolute URL



More information about the pLog-svn mailing list