From: Dana Jansens Date: Fri, 24 Jan 2003 05:23:46 +0000 (+0000) Subject: put back the font X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f9249a35be406e8286561e97fad911b83d6aa430;p=chaz%2Fopenbox put back the font --- diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc index dbef0b8a..41745ea0 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-8:bold", false, 1, 0x40); + _label_font = new Font(_screen, "Arial,Sans-9:bold", true, 1, 0x40); _label_justify = RightJustify; _max_mask = new PixmapMask();