summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-30 23:06:24 +0000
committerDana Jansens <danakj@orodu.net>2003-01-30 23:06:24 +0000
commit0833d51eaed6253e0ec1b0b063a090d9e12155fc (patch)
tree3c48a0bc60b09624f845410e4639f14b3f81556f /otk
parent2d6698683a3db220dc698d1c6aa1c89502b227cc (diff)
changes to the MERRY style
Diffstat (limited to 'otk')
-rw-r--r--otk/renderstyle.cc6
1 files changed, 3 insertions, 3 deletions
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();