|
@@ -159,7 +159,7 @@ export class SIconTextItem extends SObjectItem {
|
|
this.textItem.backgroundColor = SColor.White;
|
|
this.textItem.backgroundColor = SColor.White;
|
|
this.textItem.font.size = 12;
|
|
this.textItem.font.size = 12;
|
|
// 偏移二分之一文本高度
|
|
// 偏移二分之一文本高度
|
|
- this.textItem.moveTo(11, -(this.textItem.height * 0.5));
|
|
|
|
|
|
+ this.textItem.moveTo(17, -(this.textItem.height * 0.5));
|
|
this.moveable = true;
|
|
this.moveable = true;
|
|
this.selectable = true;
|
|
this.selectable = true;
|
|
this.isTransform = false;
|
|
this.isTransform = false;
|