summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-08-31 13:58:52 +0200
committerGitHub <noreply@github.com>2017-08-31 13:58:52 +0200
commitb7f4dcbdd1691363943e4637087a83e31b95167d (patch)
tree434ec3f2d5366f4436b667837134a91fac2d73a7 /scene/resources/default_theme
parent4d4c1dfc1b4790c7ffab8f32bbbfbcb8ad30e4f1 (diff)
parent9fdc4874b242d55696f0c0d8c15cf1408a6eaa28 (diff)
Merge pull request #10096 from toger5/label_stylebox
fixed Import LineEdit to label + label stylebox
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r--scene/resources/default_theme/default_theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index 08de33175a..0a4891e81e 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -408,6 +408,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
// Label
+ theme->set_stylebox("normal", "Label", memnew(StyleBoxEmpty));
theme->set_font("font", "Label", default_font);
theme->set_color("font_color", "Label", Color(1, 1, 1));