summaryrefslogtreecommitdiff
path: root/otk/renderstyle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/renderstyle.cc')
-rw-r--r--otk/renderstyle.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc
index c1d5685e..7e8b6446 100644
--- a/otk/renderstyle.cc
+++ b/otk/renderstyle.cc
@@ -168,6 +168,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
0x0);
_label_font = new Font(_screen, "Arial,Sans-9:bold", true, 1, 0x40);
+ _label_justify = RightJustify;
_max_mask = new PixmapMask();
_max_mask->w = _max_mask->h = 8;
@@ -208,6 +209,9 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
display->screenInfo(_screen)->rootWindow(),
data, 8, 8);
}
+
+ _bevel_width = 1;
+ _handle_width = 4;
}
RenderStyle::~RenderStyle()