[DE mobile] Fixed paragraph styles.

This commit is contained in:
Alexander Yuzhin 2016-11-22 15:03:35 +03:00
parent 1b63975a03
commit bc8b38f6ef

View file

@ -306,8 +306,8 @@ define([
_styles = [],
_styleTumbSize = {
width : styles.STYLE_THUMBNAIL_WIDTH,
height : styles.STYLE_THUMBNAIL_HEIGHT
width : styles.STYLE_THUMBNAIL_WIDTH / uiApp.device.pixelRatio,
height : styles.STYLE_THUMBNAIL_HEIGHT / uiApp.device.pixelRatio
};
_.each(styles.get_MergedStyles(), function(style){