Commit dc4f9b0c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил константу c_oAscMaxRowHeight

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61294 954022d7-b5bf-4e40-9824-e11837661b57
parent 85d91fe0
......@@ -312,3 +312,4 @@ var c_oAscFormulaRangeBorderColor = [
var c_oAscLockNameFrozenPane = "frozenPane";
var c_oAscLockNameTabColor = "tabColor";
var c_oAscMaxColumnWidth = 255;
var c_oAscMaxRowHeight = 255;
......@@ -1145,7 +1145,7 @@
var defaultFontSize = this.model.getDefaultFontSize();
// ToDo разобраться со значениями
this.maxRowHeight = asc_calcnpt(409, this._getPPIY());
this.maxRowHeight = asc_calcnpt(c_oAscMaxRowHeight, this._getPPIY());
this.defaultRowDescender = this._calcRowDescender(defaultFontSize);
gc_dDefaultRowHeightAttribute = this.defaultRowHeight = this.model.getDefaultHeight() ||
asc_calcnpt(defaultFontSize * this.vspRatio, this._getPPIY()) + this.height_1px;
......
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