Change process widget name to processes
This commit is contained in:
parent
f959128281
commit
da6f6d28f4
@ -47,7 +47,7 @@ func NewProc(keyPressed chan bool) *Proc {
|
|||||||
group: true,
|
group: true,
|
||||||
KeyPressed: keyPressed,
|
KeyPressed: keyPressed,
|
||||||
}
|
}
|
||||||
self.Label = "Process List"
|
self.Label = "Processes"
|
||||||
self.ColResizer = self.ColResize
|
self.ColResizer = self.ColResize
|
||||||
self.DefaultColWidths = []int{5, 10, 4, 4}
|
self.DefaultColWidths = []int{5, 10, 4, 4}
|
||||||
self.ColWidths = make([]int, 4)
|
self.ColWidths = make([]int, 4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user