projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f0a90
)
better toolbar strftime size/padding fix
author
Dana Jansens
<danakj@orodu.net>
Wed, 1 May 2002 22:30:44 +0000
(22:30 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 1 May 2002 22:30:44 +0000
(22:30 +0000)
src/Toolbar.cc
patch
|
blob
|
history
diff --git
a/src/Toolbar.cc
b/src/Toolbar.cc
index 6e54b0185415cab69508633849b671503576be4b..9f4231aa8d877f84be793c311555c3fc06d2d8c9 100644
(file)
--- 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()) {