]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
doc the state functions better
[chaz/openbox] / otk / renderstyle.cc
index 01adeca834461ecfbf382e638e35f38cc98de295..330870c6c7ad04212a741b9eebfe73449608131c 100644 (file)
@@ -382,7 +382,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
                                     0x0,
                                     0x0);
 
-  _label_font = new Font(_screen, "Arial,Sans-9", true, 1, 0x3e);
+  _label_font = new Font(_screen, "Arial,Sans-8", true, 1, 0x3e);
   _label_justify = CenterJustify;
 
   _max_mask = new PixmapMask();
This page took 0.020077 seconds and 4 git commands to generate.