summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-29 23:17:32 +0000
committerDana Jansens <danakj@orodu.net>2003-01-29 23:17:32 +0000
commit6ab3dc5cb43d3b9345c64a6fbc60c0686d4b1373 (patch)
tree706f5f7dabd0d498fb75025bb3f939b14ef27f98 /otk
parentedcd9726300534de19c767f88022ae0fcc7a7b75 (diff)
smaller font
Diffstat (limited to 'otk')
-rw-r--r--otk/renderstyle.cc2
1 files changed, 1 insertions, 1 deletions
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();