add resize handlers, screen width error to expandedWidgets

This commit is contained in:
Bradley Cicenas
2017-03-06 22:05:04 +00:00
parent 2ee0ae7fcb
commit d94aed1531
7 changed files with 98 additions and 33 deletions

View File

@@ -18,7 +18,7 @@ func NewExpandedNet() *ExpandedNet {
net := &ExpandedNet{ui.NewSparklines(), NewDiffHist(50), NewDiffHist(50)}
net.BorderLabel = "NET"
net.Height = 6
net.Width = 50
net.Width = colWidth[0]
net.X = 0
net.Y = 24