]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
make struts get added to the screen when mapping a window. let the user disable windo...
[chaz/openbox] / otk / renderstyle.cc
index de34e034615257dd03aee594c20cfe91f8b93cb3..41745ea07e7899dae00934980d7b770a443c81e6 100644 (file)
@@ -169,7 +169,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
                                     0x0,
                                     0x0);
 
-  _label_font = new Font(_screen, "Arial,Sans-8", true, 1, 0x40);
+  _label_font = new Font(_screen, "Arial,Sans-9:bold", true, 1, 0x40);
   _label_justify = RightJustify;
 
   _max_mask = new PixmapMask();
This page took 0.025024 seconds and 4 git commands to generate.