From: Dana Jansens Date: Thu, 30 Jan 2003 23:06:24 +0000 (+0000) Subject: changes to the MERRY style X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0833d51eaed6253e0ec1b0b063a090d9e12155fc;p=chaz%2Fopenbox changes to the MERRY style --- diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc index 01adeca8..8afb1141 100644 --- a/otk/renderstyle.cc +++ b/otk/renderstyle.cc @@ -15,8 +15,8 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile) _file(stylefile) { // pick one.. -//#define FIERON -#define MERRY +#define FIERON +//#define MERRY #ifdef FIERON _root_color = new RenderColor(_screen, 0x272a2f); @@ -382,7 +382,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile) 0x0, 0x0); - _label_font = new Font(_screen, "Arial,Sans-9", true, 1, 0x3e); + _label_font = new Font(_screen, "Arial,Sans-8", true, 1, 0x3e); _label_justify = CenterJustify; _max_mask = new PixmapMask();