allen 3 년 전
부모
커밋
e606e9272d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/js/default.thm.js

+ 1 - 1
public/js/default.thm.js

@@ -714,6 +714,7 @@ window.skins=window.skins||{};
 		t.anchorOffsetX = 0;
 		t.anchorOffsetY = 0;
 		t.height = 47;
+		t.lineSpacing = 5;
 		t.size = 22;
 		t.text = "";
 		t.textAlign = "center";
@@ -2528,7 +2529,6 @@ window.skins=window.skins||{};
 	_proto.gTop_i = function () {
 		var t = new eui.Group();
 		this.gTop = t;
-		t.height = 750;
 		t.scaleX = 1;
 		t.scaleY = 1;
 		t.width = 600;