diff options
Diffstat (limited to 'src/theming.py')
-rwxr-xr-x | src/theming.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py index 0d83db9d..1e9d6c40 100755 --- a/src/theming.py +++ b/src/theming.py @@ -303,6 +303,7 @@ class Theme(object): CHAR_NEW_TEXT_SEPARATOR = '- ' CHAR_OK = '✔' CHAR_ERROR = '✖' + CHAR_EMPTY = ' ' CHAR_ACK_RECEIVED = CHAR_OK CHAR_COLUMN_ASC = ' ▲' CHAR_COLUMN_DESC = ' ▼' |