Less spacing

merge-requests/21/head
Bob Mottram 2021-03-15 20:00:24 +00:00
parent edad04667e
commit 421ce8b759
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
notificationIcons += ''
titleStr = '\33[7m' + boxName.upper() + '\33[0m'
if notificationIcons:
while len(titleStr) < 99 - len(notificationIcons):
while len(titleStr) < 95 - len(notificationIcons):
titleStr += ' '
titleStr += notificationIcons
print(indent + titleStr + '\n')