keyboard showed up

This commit is contained in:
cuu
2018-11-27 18:14:07 +08:00
parent fc7afbb680
commit d043f2fecf
7 changed files with 24 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ type TextItem struct {
func NewTextItem() *TextItem {
p := &TextItem{}
p.Align = ALIGN["VCenter"]
p.Color = &color.Color{83,83,83,255}
p.MyType = ICON_TYPES["LETTER"]
p.Bold = false