mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 18:32:49 +01:00
keyboard showed up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user