only add one extra space to pad the clock in the toolbar
This commit is contained in:
parent
351f1d0331
commit
9ea141105e
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ void Toolbar::reconfigure(void) {
|
||||||
char t[1025], *time_string = (char *) 0;
|
char t[1025], *time_string = (char *) 0;
|
||||||
int len = strftime(t, 1024, screen->getStrftimeFormat(), tt);
|
int len = strftime(t, 1024, screen->getStrftimeFormat(), tt);
|
||||||
t[len++-1] = ' '; // add a space to the string for padding
|
t[len++-1] = ' '; // add a space to the string for padding
|
||||||
t[len++-1] = ' '; // add a space to the string for padding
|
|
||||||
t[len] = '\0';
|
t[len] = '\0';
|
||||||
|
|
||||||
if (i18n->multibyte()) {
|
if (i18n->multibyte()) {
|
||||||
|
|
Loading…
Reference in a new issue