Specify dialog size in VisualEditor

Corresponds to changes to window system of OOUI and thus VisualEditor Ia74732e

Change-Id: I72f410e09eddc82e562b6beb74772636b896dcd7
This commit is contained in:
Trevor Parscal 2014-07-09 13:19:58 -07:00 committed by Jforrester
parent 147ffa2307
commit b3335f60c4
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ ve.ui.MWMathInspector.static.name = 'math';
ve.ui.MWMathInspector.static.icon = 'math';
ve.ui.MWMathInspector.static.size = 'large';
ve.ui.MWMathInspector.static.title = OO.ui.deferMsg( 'math-visualeditor-mwmathinspector-title' );
ve.ui.MWMathInspector.static.nodeModel = ve.dm.MWMathNode;