diff options
author | kobewi <kobewi4e@gmail.com> | 2022-06-11 03:58:48 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-06-22 20:46:27 +0200 |
commit | 0f630f830724a70bda687dc769872cc9b10b8211 (patch) | |
tree | 764189e123e2df3be977414cfda5e9baafffb277 /scene/resources/default_theme | |
parent | b9375ea7fc135f5468dcfb8c80b51a945ac14155 (diff) |
Document most of the Window's members
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 5fcaf8f2c4..401aeb4889 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -570,7 +570,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const // Window theme->set_stylebox("embedded_border", "Window", sb_expand(make_flat_stylebox(style_popup_color, 10, 28, 10, 8), 8, 32, 8, 6)); - theme->set_constant("scaleborder_size", "Window", 4 * scale); theme->set_font("title_font", "Window", Ref<Font>()); theme->set_font_size("title_font_size", "Window", -1); |