From bc8b38f6ef20cbbde7d5d343469364ad98ebb216 Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Tue, 22 Nov 2016 15:03:35 +0300 Subject: [PATCH] [DE mobile] Fixed paragraph styles. --- .../mobile/app/controller/edit/EditParagraph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js b/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js index 3f9b1af2fb..e4690165ff 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js @@ -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){