all repos — openbox @ ba832151d037225f086c8d7ff1de31f94c50cd09

openbox fork - make it a bit more like ryudo

better toolbar strftime size/padding fix
Dana Jansens danakj@orodu.net
commit

ba832151d037225f086c8d7ff1de31f94c50cd09

parent

73f0a9099304929c48cdbe0c686097b86a2db8e9

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Toolbar.ccsrc/Toolbar.cc

@@ -397,7 +397,8 @@ tt = localtime(&ttmp);

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()) {