smaller, non-bold font

This commit is contained in:
Dana Jansens 2003-01-24 03:35:35 +00:00
parent 3e21214a1d
commit 9da1f71794

View file

@ -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();