diff options
author | toger5 <toger5@hotmail.de> | 2017-09-06 16:29:22 +0200 |
---|---|---|
committer | toger5 <toger5@hotmail.de> | 2017-09-06 16:29:22 +0200 |
commit | 1c07d0e9aa647ede81787a0664724bb714b608c2 (patch) | |
tree | c6c14cde9ec529b0c85975c9708cd1565fb87d30 /scene/resources/default_theme | |
parent | 44adf75cd53c22f146fc2e2dbba7d7efab3c0a0d (diff) |
rtl uses styleBoxEmpty as defualt
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index fdea5960e5..1272e5a946 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -794,7 +794,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const // RichTextLabel theme->set_stylebox("focus", "RichTextLabel", focus); - theme->set_stylebox("normal", "RichTextLabel", make_stylebox(tree_bg_png, 3, 3, 3, 3)); + theme->set_stylebox("normal", "RichTextLabel", make_empty_stylebox(0, 0, 0, 0)); theme->set_font("normal_font", "RichTextLabel", default_font); theme->set_font("bold_font", "RichTextLabel", default_font); |