Commit 09e78339 authored by Oleg Korshul's avatar Oleg Korshul

asc_setParagraphStylesSizes

parent 501af2b9
...@@ -8463,6 +8463,11 @@ background-repeat: no-repeat;\ ...@@ -8463,6 +8463,11 @@ background-repeat: no-repeat;\
{ {
this.IsSpellCheckCurrentWord = value; this.IsSpellCheckCurrentWord = value;
}; };
window["asc_docs_api"].prototype["asc_setParagraphStylesSizes"] = function(width, height)
{
GlobalSkin.STYLE_THUMBNAIL_WIDTH = width;
GlobalSkin.STYLE_THUMBNAIL_HEIGHT = height;
};
// desktop editor spellcheck // desktop editor spellcheck
function CSpellCheckApi_desktop() function CSpellCheckApi_desktop()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment