Enable scroll hints for several parts of the editor
This commit is contained in:
parent
757bba192e
commit
f187b8b2bf
35 changed files with 334 additions and 93 deletions
|
|
@ -959,6 +959,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
theme->set_stylebox("selected_focus", "ItemList", make_flat_stylebox(style_selected_color));
|
||||
theme->set_stylebox("cursor", "ItemList", focus);
|
||||
theme->set_stylebox("cursor_unfocused", "ItemList", focus);
|
||||
theme->set_icon("scroll_hint", "ItemList", icons["scroll_hint_vertical"]);
|
||||
|
||||
theme->set_constant("outline_size", "ItemList", 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue