This commit is contained in:
cuu
2018-09-30 13:58:29 +08:00
parent 2306f3036f
commit bac1ee6d40
11 changed files with 74 additions and 49 deletions

View File

@@ -80,11 +80,7 @@ func NewIconItem() *IconItem {
i.MyType = ICON_TYPES["EXE"]
i.Align = ALIGN["VCenter"]
l := NewLabel()
i.Label = l
return i
}