Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-15 17:55:04 +00:00
commit 36bf397882
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
notificationIcons += ''
titleStr = boxName.upper()
if notificationIcons:
while len(titleStr) < 40 - len(notificationIcons):
while len(titleStr) < 90 - len(notificationIcons):
titleStr += ' '
titleStr += notificationIcons
print(indent + titleStr + '\n')