Increase spacing

merge-requests/21/head
Bob Mottram 2021-03-15 19:58:56 +00:00
parent 3adb4e97ea
commit edad04667e
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) < 87 - len(notificationIcons):
while len(titleStr) < 99 - len(notificationIcons):
titleStr += ' '
titleStr += notificationIcons
print(indent + titleStr + '\n')