1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Increase line spacing in the editor help and asset library descriptions

This makes for more readable text.
This commit is contained in:
Hugo Locurcio
2019-08-30 15:08:24 +02:00
parent 3db1d40045
commit d6984f7311
2 changed files with 2 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ EditorAssetLibraryItemDescription::EditorAssetLibraryItemDescription() {
desc_vbox->add_child(description);
description->set_v_size_flags(SIZE_EXPAND_FILL);
description->connect("meta_clicked", this, "_link_click");
description->add_constant_override("line_separation", Math::round(5 * EDSCALE));
VBoxContainer *previews_vbox = memnew(VBoxContainer);
hbox->add_child(previews_vbox);