all repos — openbox @ 9ea141105eea23c48bbf22eb3d451e4c7267f766

openbox fork - make it a bit more like ryudo

only add one extra space to pad the clock in the toolbar
Dana Jansens danakj@orodu.net
commit

9ea141105eea23c48bbf22eb3d451e4c7267f766

parent

351f1d03315b84887b7532c35bdd8a49bdce1d43

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

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

@@ -270,7 +270,6 @@ if (tt) {

char t[1025], *time_string = (char *) 0; 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] = '\0'; if (i18n->multibyte()) {