@@ -831,7 +831,7 @@ const SpreadJsObj = {
* @returns {TreeNodeCellType}
*/
getTreeNodeCellType: function () {
- const xOffset = 2;
+ const xOffset = 2 + 5;
const indent = 20;
const levelIndent = -5;
const halfBoxLength = 5;