Use transition timing from OOUI theme config

Depends-On: I00eaa2b815d7c76b6315a3993a9a7921ae503c00
Change-Id: Iddd99171137a7457d0c3084c396453575a1e7231
This commit is contained in:
Ed Sanders 2016-07-12 13:29:09 +01:00
parent 2aea08e1b0
commit 7938545a7c
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() );
} );
};