]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
smaller font
[chaz/openbox] / otk / renderstyle.cc
index 40e2597b03beac992f6cb366c7b32461e73e7b24..e81bf685c9daa33de94814b1096470fc96056dc8 100644 (file)
@@ -382,7 +382,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
                                     0x0,
                                     0x0);
 
-  _label_font = new Font(_screen, "Arial,Sans-10", true, 1, 0x3e);
+  _label_font = new Font(_screen, "Arial,Sans-9", true, 1, 0x3e);
   _label_justify = CenterJustify;
 
   _max_mask = new PixmapMask();
This page took 0.022865 seconds and 4 git commands to generate.