Merge "Use transition timing from OOUI theme config"

This commit is contained in:
jenkins-bot 2016-07-12 21:13:42 +00:00 committed by Gerrit Code Review
commit b6b8a0c576
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ ve.ui.MWMathDialog.prototype.onWindowManagerResize = function () {
maxInputHeight = availableSpace - borderAndPadding;
minRows = Math.floor( maxInputHeight / singleLineHeight );
dialog.input.setMinRows( minRows );
}, 250 );
}, OO.ui.theme.getDialogTransitionDuration() );
} );
};