diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/text_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/text_content.cc b/src/lib/text_content.cc index 9869974c5..ac49be474 100644 --- a/src/lib/text_content.cc +++ b/src/lib/text_content.cc @@ -67,7 +67,7 @@ TextContent::TextContent (Content* parent, TextType type, TextType original_type , _x_scale (1) , _y_scale (1) , _line_spacing (1) - , _outline_width (2) + , _outline_width (4) , _type (type) , _original_type (original_type) { @@ -121,7 +121,7 @@ TextContent::TextContent (Content* parent, cxml::ConstNodePtr node, int version) , _x_scale (1) , _y_scale (1) , _line_spacing (node->optional_number_child<double>("LineSpacing").get_value_or (1)) - , _outline_width (node->optional_number_child<int>("OutlineWidth").get_value_or (2)) + , _outline_width (node->optional_number_child<int>("OutlineWidth").get_value_or (4)) , _type (TEXT_OPEN_SUBTITLE) , _original_type (TEXT_OPEN_SUBTITLE) { |
