[DE mobile] Fixed paragraph styles.
This commit is contained in:
parent
1b63975a03
commit
bc8b38f6ef
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue