From: Dana Jansens Date: Wed, 29 Jan 2003 23:17:32 +0000 (+0000) Subject: smaller font X-Git-Tag: openbox-2_3_0~132 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6ab3dc5cb43d3b9345c64a6fbc60c0686d4b1373;p=dana%2Fopenbox.git smaller font --- diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc index 40e2597b..e81bf685 100644 --- a/otk/renderstyle.cc +++ b/otk/renderstyle.cc @@ -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();