diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-19 21:26:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 21:26:30 +0100 |
commit | d3129058b1e0269cbf7fe086299aa632e99ff94b (patch) | |
tree | dc8171361c94a4ed335d98b18630380e8f5dd74f /doc/classes/Window.xml | |
parent | 84f5c7921780e0eccaaeb07c95e18a4ec2ac1d57 (diff) | |
parent | 84a69d7429635984999852b69046706effd2e9ad (diff) |
Merge pull request #51159 from Calinou/improve-default-project-theme
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r-- | doc/classes/Window.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index 0e4e3a65f8..3bb6603646 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -443,20 +443,20 @@ </constant> </constants> <theme_items> - <theme_item name="title_color" data_type="color" type="Color" default="Color(0, 0, 0, 1)"> + <theme_item name="title_color" data_type="color" type="Color" default="Color(0.875, 0.875, 0.875, 1)"> </theme_item> <theme_item name="title_outline_modulate" data_type="color" type="Color" default="Color(1, 1, 1, 1)"> The color of the title outline. </theme_item> <theme_item name="close_h_ofs" data_type="constant" type="int" default="18"> </theme_item> - <theme_item name="close_v_ofs" data_type="constant" type="int" default="18"> + <theme_item name="close_v_ofs" data_type="constant" type="int" default="24"> </theme_item> <theme_item name="resize_margin" data_type="constant" type="int" default="4"> </theme_item> <theme_item name="scaleborder_size" data_type="constant" type="int" default="4"> </theme_item> - <theme_item name="title_height" data_type="constant" type="int" default="20"> + <theme_item name="title_height" data_type="constant" type="int" default="36"> </theme_item> <theme_item name="title_outline_size" data_type="constant" type="int" default="0"> The size of the title outline. |