diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-18 09:08:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-18 09:08:10 +0100 |
| commit | 1621270f26a8f38ccfe76b86fa10c544f8088df0 (patch) | |
| tree | bb3e7e21a676ce2a020e5928e8ab0d25ca0f10fb /scene | |
| parent | 75c6ad97561636767aba306f977bee590c3e7620 (diff) | |
| parent | b86b497cec8f0b3fa348f8c9b7bcce7d20232292 (diff) | |
Merge pull request #24432 from YeldhamDev/animationtree_editor_fixes
General fixes for the AnimationTree editor
Diffstat (limited to 'scene')
| -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 b0c1dcde9a..7d7bf8a750 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -600,6 +600,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const theme->set_icon("resizer", "GraphNode", make_icon(window_resizer_png)); theme->set_font("title_font", "GraphNode", default_font); theme->set_color("title_color", "GraphNode", Color(0, 0, 0, 1)); + theme->set_color("close_color", "GraphNode", Color(0, 0, 0, 1)); theme->set_constant("title_offset", "GraphNode", 20 * scale); theme->set_constant("close_offset", "GraphNode", 18 * scale); theme->set_constant("port_offset", "GraphNode", 3 * scale); |