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

Сделано, чтобы минимальные размеры страницы было 1.27см и 0.26см по ширине и...

Сделано, чтобы минимальные размеры страницы было 1.27см и 0.26см по ширине и высоте соответственно (баг 31654).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68389 954022d7-b5bf-4e40-9824-e11837661b57
parent 355b95ce
......@@ -207,6 +207,9 @@ CSectionPr.prototype =
{
History.Add(this, { Type: historyitem_Section_PageSize_Size, Old: { W : this.PageSize.W, H : this.PageSize.H }, New: { W : W, H : H } });
H = Math.max(2.6, H);
W = Math.max(12.7, W);
this.PageSize.W = W;
this.PageSize.H = H;
}
......
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