diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-01 22:30:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-01 22:30:44 +0000 |
| commit | ba832151d037225f086c8d7ff1de31f94c50cd09 (patch) | |
| tree | 4adee190e203a385abb2d123a2ff2f11cc247c97 /src | |
| parent | 73f0a9099304929c48cdbe0c686097b86a2db8e9 (diff) | |
better toolbar strftime size/padding fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/Toolbar.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 6e54b018..9f4231aa 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc @@ -397,7 +397,8 @@ void Toolbar::reconfigure() { if (tt) { char t[1025], *time_string = (char *) 0; int len = strftime(t, 1024, screen.strftimeFormat(), tt); - t[len++] = ' '; // add a space to the string for padding + t[len++] = 'A'; // add size to the string for padding + t[len++] = 'A'; // add size to the string for padding t[len] = '\0'; if (i18n->multibyte()) { |
