[DE mobile] Fixed paragraph styles.
This commit is contained in:
parent
1b63975a03
commit
bc8b38f6ef
|
@ -306,8 +306,8 @@ define([
|
||||||
|
|
||||||
_styles = [],
|
_styles = [],
|
||||||
_styleTumbSize = {
|
_styleTumbSize = {
|
||||||
width : styles.STYLE_THUMBNAIL_WIDTH,
|
width : styles.STYLE_THUMBNAIL_WIDTH / uiApp.device.pixelRatio,
|
||||||
height : styles.STYLE_THUMBNAIL_HEIGHT
|
height : styles.STYLE_THUMBNAIL_HEIGHT / uiApp.device.pixelRatio
|
||||||
};
|
};
|
||||||
|
|
||||||
_.each(styles.get_MergedStyles(), function(style){
|
_.each(styles.get_MergedStyles(), function(style){
|
||||||
|
|
Loading…
Reference in a new issue