ve.ui.MWMediaDialog: Make the dialog higher (600px)

Avoids a scrollbar for option 4 of the A/B test from T120867.

Change-Id: I3eacb560117219febd6e08066599e2d4d42df219
This commit is contained in:
Bartosz Dziewoński 2015-12-14 20:53:10 +01:00
parent 8d35988c31
commit ca81362afd

View file

@ -162,7 +162,7 @@ ve.ui.MWMediaDialog.static.getImportRules = function () {
*/
ve.ui.MWMediaDialog.prototype.getBodyHeight = function () {
// FIXME: This should vary on panel.
return 500;
return 600;
};
/**