Commit 1bbd21aa authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Реализованы правые и центральные табы.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47594 954022d7-b5bf-4e40-9824-e11837661b57
parent e125ca90
......@@ -249,7 +249,7 @@ CHeaderFooter.prototype =
Get_PageContentStartPos : function ()
{
return {X : 0, Y : 0, XLimit : 0, YLimit : 0};
return { X : X_Left_Field, Y : 0, XLimit : X_Right_Field, YLimit : 0 };
},
Set_CurrentElement : function()
......
This diff is collapsed.
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