]> Dogcows Code - chaz/openbox/commitdiff
better toolbar strftime size/padding fix
authorDana Jansens <danakj@orodu.net>
Wed, 1 May 2002 22:30:44 +0000 (22:30 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 1 May 2002 22:30:44 +0000 (22:30 +0000)
src/Toolbar.cc

index 6e54b0185415cab69508633849b671503576be4b..9f4231aa8d877f84be793c311555c3fc06d2d8c9 100644 (file)
@@ -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()) {
This page took 0.028439 seconds and 4 git commands to generate.