diff options
| author | Juan Linietsky | 2018-06-18 22:10:48 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-18 22:12:08 -0300 |
| commit | 0a1c1c660fc6aa0689816e85f2b6791c225c6d63 (patch) | |
| tree | 3907bed5d82fec145f771c713999418bd96ab5ef /scene/resources | |
| parent | 5c5aafabecfeaa056cae4c3a7fbaa1c52f147930 (diff) | |
| download | godot-0a1c1c660fc6aa0689816e85f2b6791c225c6d63.tar.gz godot-0a1c1c660fc6aa0689816e85f2b6791c225c6d63.tar.zst godot-0a1c1c660fc6aa0689816e85f2b6791c225c6d63.zip | |
Diffstat (limited to 'scene/resources')
| -rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 1 |
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 3ea856541..d64e6970b 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -874,6 +874,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const theme->set_stylebox("bg", "GraphEdit", make_stylebox(tree_bg_png, 4, 4, 4, 5)); theme->set_color("grid_minor", "GraphEdit", Color(1, 1, 1, 0.05)); theme->set_color("grid_major", "GraphEdit", Color(1, 1, 1, 0.2)); + theme->set_color("activity", "GraphEdit", Color(1, 1, 1)); theme->set_constant("bezier_len_pos", "GraphEdit", 80 * scale); theme->set_constant("bezier_len_neg", "GraphEdit", 160 * scale); |
