Index: branches/MwEmbedStandAlone/remotes/mediaWiki.js |
— | — | @@ -455,7 +455,7 @@ |
456 | 456 | var _this = this; |
457 | 457 | |
458 | 458 | var dialogHeight = ( pheight == 0 )? 175 : |
459 | | - ( pheight + 25 ); |
| 459 | + ( pheight + 30 ); |
460 | 460 | var buttons = {}; |
461 | 461 | buttons[ gM( 'mwe-ok' ) ] = function(){ |
462 | 462 | var embedPlayer = $j( '#mwe_' + $j( _this ).data( 'playerId' ) ).get(0); |
— | — | @@ -471,7 +471,7 @@ |
472 | 472 | 'content' : html_out, |
473 | 473 | 'buttons' : buttons, |
474 | 474 | 'height' : dialogHeight, |
475 | | - 'width' : 425 |
| 475 | + 'width' : 430 |
476 | 476 | }) |
477 | 477 | |
478 | 478 | // Update the embed code to use the mwEmbed player: |