From: Dana Jansens Date: Fri, 24 Jan 2003 03:35:35 +0000 (+0000) Subject: smaller, non-bold font X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=9da1f717949211f7136e85dba6f2dc0850118c27;p=chaz%2Fopenbox smaller, non-bold font --- diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc index 41745ea0..de34e034 100644 --- a/otk/renderstyle.cc +++ b/otk/renderstyle.cc @@ -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();