From 15244e55bd884be5edc00b433ba65c3cee4ca62f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 14 Feb 2022 14:41:22 +0100 Subject: Improve completion scroll bar visibility in the script editor This makes the scroll bar bar thicker and more opaque (roughly matching the editor theme's scroll bar by default). --- doc/classes/CodeEdit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') 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 @@ Font [Color] for the code completion popup. - + [Color] of the scrollbar in the code completion popup. @@ -640,7 +640,7 @@ Max width of options in the code completion popup. Options longer then this will be cut off. - + Width of the scrollbar in the code completion popup. -- cgit v1.2.3