all repos — openbox @ 777be62a3a04671dadc96cb2ef0bbcf5cf43f530

openbox fork - make it a bit more like ryudo

change the builtin testing font
Dana Jansens danakj@orodu.net
commit

777be62a3a04671dadc96cb2ef0bbcf5cf43f530

parent

143d2df034e1304c1d9672226bd71f01533a1a63

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

jump to
M otk/style.ccotk/style.cc

@@ -252,7 +252,7 @@ if (style.getValue(rbasename + "xft.shadow.tint", s)) {

tint = atoi(s.c_str()); } - fontstring = "Arial,Sans-8:bold"; + fontstring = "Arial,Sans-9:bold"; // if this fails, it ::exit()'s return new BFont(screen_number, fontstring, dropShadow, offset, tint);