MWSaveDialog: Make the diff screen a larger rather than large size

Bug: T78823
Change-Id: If14acbeb8449e27e692bc52556c1d31305b4c54a
This commit is contained in:
James D. Forrester 2015-01-16 16:04:05 -08:00
parent 061925be87
commit 9625bd2c99

View file

@ -192,7 +192,7 @@ ve.ui.MWSaveDialog.prototype.swapPanel = function ( panel ) {
.setMode( 'conflict' ); .setMode( 'conflict' );
break; break;
case 'review': case 'review':
this.setSize( 'large' ); this.setSize( 'larger' );
currentEditSummaryWikitext = this.editSummaryInput.getValue(); currentEditSummaryWikitext = this.editSummaryInput.getValue();
if ( this.lastEditSummaryWikitext === undefined || this.lastEditSummaryWikitext !== currentEditSummaryWikitext ) { if ( this.lastEditSummaryWikitext === undefined || this.lastEditSummaryWikitext !== currentEditSummaryWikitext ) {
if ( this.editSummaryXhr ) { if ( this.editSummaryXhr ) {