영문화완료
This commit is contained in:
@@ -28,7 +28,7 @@ namespace UIControl
|
||||
|
||||
public Boolean speed { get; set; }
|
||||
|
||||
Font font_ = new Font("맑은 고딕", 10);
|
||||
Font font_ = new Font("Malgun Gothic", 10);
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace UIControl
|
||||
this.Size = new Size(80, 80);
|
||||
this.MaximumSize = new Size(80, 80);
|
||||
this.MinimumSize = new Size(40, 40);
|
||||
if (this.Font == null) this.Font = new Font("맑은 고딕", 10);
|
||||
if (this.Font == null) this.Font = new Font("Malgun Gothic", 10);
|
||||
if (this.Text == null) this.Text = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user