Increase line spacing in the editor help and asset library descriptions
This makes for more readable text.
This commit is contained in:
parent
3db1d40045
commit
d6984f7311
2 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ void EditorHelp::_init_colors() {
|
|||
qualifier_color = text_color * Color(1, 1, 1, 0.8);
|
||||
type_color = get_color("accent_color", "Editor").linear_interpolate(text_color, 0.5);
|
||||
class_desc->add_color_override("selection_color", get_color("accent_color", "Editor") * Color(1, 1, 1, 0.4));
|
||||
class_desc->add_constant_override("line_separation", Math::round(5 * EDSCALE));
|
||||
}
|
||||
|
||||
void EditorHelp::_unhandled_key_input(const Ref<InputEvent> &p_ev) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue