http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73365

Revision: 73365
Author:   dale
Date:     2010-09-20 08:30:38 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
* more play inline gallery size tweeks

Modified Paths:
--------------
    branches/MwEmbedStandAlone/remotes/mediaWiki.js

Modified: branches/MwEmbedStandAlone/remotes/mediaWiki.js
===================================================================
--- branches/MwEmbedStandAlone/remotes/mediaWiki.js     2010-09-20 08:28:18 UTC 
(rev 73364)
+++ branches/MwEmbedStandAlone/remotes/mediaWiki.js     2010-09-20 08:30:38 UTC 
(rev 73365)
@@ -455,7 +455,7 @@
                                                        var _this = this;
                                                                        
                                                        var dialogHeight = ( 
pheight == 0       )? 175 :
-                                                                               
                ( pheight + 25 );
+                                                                               
                ( pheight + 30 );
                                                        var buttons = {};
                                                        buttons[ gM( 'mwe-ok' ) 
] = function(){
                                                                var embedPlayer 
= $j( '#mwe_' + $j( _this ).data( 'playerId' ) ).get(0);
@@ -471,7 +471,7 @@
                                                                'content' : 
html_out,
                                                                'buttons' : 
buttons,
                                                                'height' : 
dialogHeight,
-                                                               'width' : 425
+                                                               'width' : 430
                                                        })                      
                                
                                                        
                                                        // Update the embed 
code to use the mwEmbed player:             



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to