diff options
author | Mario Schlack <m4r10.5ch14ck@gmail.com> | 2016-08-01 16:30:09 +0800 |
---|---|---|
committer | Mario Schlack <m4r10.5ch14ck@gmail.com> | 2016-08-01 16:30:09 +0800 |
commit | ae1267d41cf15d9a5b40a4d2525f2cb151f6b17d (patch) | |
tree | 36542094654f420aaa1298b59671b128808ef789 | |
parent | 08ba6086be75aac58748417808fed5462608f498 (diff) |
Fix help page title indentation
-rw-r--r-- | tools/editor/editor_help.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp index 1fc157098c..4ab86ad512 100644 --- a/tools/editor/editor_help.cpp +++ b/tools/editor/editor_help.cpp @@ -943,10 +943,9 @@ Error EditorHelp::_goto_desc(const String& p_class,int p_vscr) { class_desc->add_newline(); } - class_desc->add_newline(); - class_desc->pop(); - + class_desc->pop(); + class_desc->add_newline(); } if (cd.theme_properties.size()) { @@ -987,11 +986,10 @@ Error EditorHelp::_goto_desc(const String& p_class,int p_vscr) { class_desc->add_newline(); } - class_desc->add_newline(); class_desc->pop(); - - + class_desc->add_newline(); } + if (cd.signals.size()) { if (sort_methods) { |