diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-14 18:16:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 18:16:01 +0100 |
commit | 24d0c61c5ac4a3da329e42d8ceacde9e89dfec3c (patch) | |
tree | f3180750f2a46978ecac02f7142c299d3050f233 /doc/classes | |
parent | 45428e91baf6298b978c632d313fd7944f26d74f (diff) | |
parent | 15244e55bd884be5edc00b433ba65c3cee4ca62f (diff) |
Merge pull request #58091 from Calinou/code-edit-improve-completion-scroll-bar-visibility
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/CodeEdit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 09696d4d2a..0e4e6ed258 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -589,7 +589,7 @@ <theme_item name="completion_font_color" data_type="color" type="Color" default="Color(0.67, 0.67, 0.67, 1)"> Font [Color] for the code completion popup. </theme_item> - <theme_item name="completion_scroll_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)"> + <theme_item name="completion_scroll_color" data_type="color" type="Color" default="Color(1, 1, 1, 0.29)"> [Color] of the scrollbar in the code completion popup. </theme_item> <theme_item name="completion_selected_color" data_type="color" type="Color" default="Color(0.26, 0.26, 0.27, 1)"> @@ -640,7 +640,7 @@ <theme_item name="completion_max_width" data_type="constant" type="int" default="50"> Max width of options in the code completion popup. Options longer then this will be cut off. </theme_item> - <theme_item name="completion_scroll_width" data_type="constant" type="int" default="3"> + <theme_item name="completion_scroll_width" data_type="constant" type="int" default="6"> Width of the scrollbar in the code completion popup. </theme_item> <theme_item name="line_spacing" data_type="constant" type="int" default="4"> |