]> Dogcows Code - chaz/openbox/commitdiff
change the builtin testing font
authorDana Jansens <danakj@orodu.net>
Wed, 4 Dec 2002 09:26:42 +0000 (09:26 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 4 Dec 2002 09:26:42 +0000 (09:26 +0000)
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.026754 seconds and 4 git commands to generate.