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

padding для текста вместо 3px -> 2px (в Excel спецификации при рассчете ширины 2px)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48183 954022d7-b5bf-4e40-9824-e11837661b57
parent 54529cbd
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
defaults: { defaults: {
background : "#fff", background : "#fff",
font : new asc_FP("Calibri", 11), font : new asc_FP("Calibri", 11),
padding : {left: 3, right: 4}, padding : {left: 2, right: 4},
selectColor : "rgba(190,190,255,.5)", selectColor : "rgba(190,190,255,.5)",
textAlign : kLeftAlign, textAlign : kLeftAlign,
textColor : "#000", textColor : "#000",
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
color: "#000", color: "#000",
colorNumber : 0 colorNumber : 0
}, },
padding: 3/*px horizontal padding*/ padding: 2/*px horizontal padding*/
}; };
this.activeCellBorderColor = "rgba(105,119,62,0.7)"; this.activeCellBorderColor = "rgba(105,119,62,0.7)";
this.activeCellBackground = "rgba(157,185,85,.2)"; this.activeCellBackground = "rgba(157,185,85,.2)";
......
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