summaryrefslogtreecommitdiff
path: root/otk/renderstyle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/renderstyle.cc')
-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();