]> Dogcows Code - chaz/openbox/blobdiff - otk/style.cc
change the builtin testing font
[chaz/openbox] / otk / style.cc
index a3d21788d5fb8871e36e2af2ccec68997be73e40..a2f362ecee43d8edc15a23b240b760d648a1b181 100644 (file)
@@ -252,7 +252,7 @@ BFont *Style::readDatabaseFont(const std::string &rbasename,
     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);
This page took 0.020155 seconds and 4 git commands to generate.