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){