This commit is contained in:
cuu
2018-11-25 02:21:29 +08:00
parent 7b9f42ac2e
commit 515763d954
9 changed files with 275 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ import (
"github.com/cuu/LauncherGo/sysgo/UI"
)
var NetItemDefaultHeight = 30
type NetItemMultiIcon struct {
UI.MultiIconItem
@@ -97,7 +98,7 @@ func NewNetItem() *NetItem {
p.bitrate = "auto"
p.dhcphostname = "GameShell"
p.Height = 30
p.Height = NetItemDefaultHeight
p.Labels = make(map[string]UI.LabelInterface)
p.Icons = make( map[string]UI.IconItemInterface)