Add horizontal margins to the editor help based on width
This decreases the number of characters per line, and therefore helps make the editor help more readable.
This commit is contained in:
parent
89bcfa4b36
commit
e564bffd90
2 changed files with 16 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ class EditorHelp : public VBoxContainer {
|
|||
void _class_list_select(const String &p_select);
|
||||
void _class_desc_select(const String &p_select);
|
||||
void _class_desc_input(const Ref<InputEvent> &p_input);
|
||||
void _class_desc_resized();
|
||||
|
||||
Error _goto_desc(const String &p_class, int p_vscr = -1);
|
||||
//void _update_history_buttons();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue