Increased minimum width for service names

This commit is contained in:
Ivan Daniluk 2015-05-03 20:21:06 +03:00
parent 138613cfbf
commit 51c63b6527
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ func (t *TermUI) Relayout() {
listW := tw / num
// Services list must have visible names
minNameWidth := 14
minNameWidth := 20
t.Services.Width = minNameWidth
if listW > minNameWidth {
t.Services.Width = listW