]> Dogcows Code - chaz/openbox/commitdiff
smaller, non-bold font
authorDana Jansens <danakj@orodu.net>
Fri, 24 Jan 2003 03:35:35 +0000 (03:35 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 24 Jan 2003 03:35:35 +0000 (03:35 +0000)
otk/renderstyle.cc

index 41745ea07e7899dae00934980d7b770a443c81e6..de34e034615257dd03aee594c20cfe91f8b93cb3 100644 (file)
@@ -169,7 +169,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
                                     0x0,
                                     0x0);
 
-  _label_font = new Font(_screen, "Arial,Sans-9:bold", true, 1, 0x40);
+  _label_font = new Font(_screen, "Arial,Sans-8", true, 1, 0x40);
   _label_justify = RightJustify;
 
   _max_mask = new PixmapMask();
This page took 0.02172 seconds and 4 git commands to generate.