]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
smaller, non-bold font
[chaz/openbox] / 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.020978 seconds and 4 git commands to generate.