diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-22 09:05:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 09:05:23 +0200 |
commit | 36a0fe6857c7b43c8b46df8940e108542a696282 (patch) | |
tree | 0086183cc6ad61b2a086617564eb8abe2725d23d /scene/resources/default_theme/default_theme.cpp | |
parent | eb00dad00c2cea7794543436bf756a18f648b272 (diff) | |
parent | 08377b3f04891f1bd244ada7a9095979035e5a69 (diff) |
Merge pull request #38936 from dreamsComeTrue/tab-container-icon-separation
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')
Diffstat (limited to 'scene/resources/default_theme/default_theme.cpp')
-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 f5b987e8df..de39fac627 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -681,7 +681,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const theme->set_color("font_color_disabled", "TabContainer", control_font_color_disabled); theme->set_constant("side_margin", "TabContainer", 8 * scale); - theme->set_constant("hseparation", "TabContainer", 4 * scale); + theme->set_constant("icon_separation", "TabContainer", 4 * scale); // Tabs |