diff options
| author | Rémi Verschelde | 2017-09-27 22:15:00 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-27 22:15:00 +0200 |
| commit | da144fed4c49133a93b3b83cfc665352c0af351a (patch) | |
| tree | e3ee2e13f9c0664e2c9fa8474fbf7ae9a1fbb5c1 /editor/editor_help.cpp | |
| parent | 78423320d78235a5b2fde05e7816f79de729f317 (diff) | |
| parent | bd8a5fba30510558ce34f6a863567d668524f5b3 (diff) | |
| download | godot-da144fed4c49133a93b3b83cfc665352c0af351a.tar.gz godot-da144fed4c49133a93b3b83cfc665352c0af351a.tar.zst godot-da144fed4c49133a93b3b83cfc665352c0af351a.zip | |
Diffstat (limited to 'editor/editor_help.cpp')
| -rw-r--r-- | editor/editor_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index 80e6f9807..f2452df9f 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -1790,7 +1790,6 @@ EditorHelp::EditorHelp() { { class_desc = memnew(RichTextLabel); vbc->add_child(class_desc); - class_desc->set_anchors_and_margins_preset(Control::PRESET_WIDE); class_desc->set_v_size_flags(SIZE_EXPAND_FILL); class_desc->add_color_override("selection_color", EDITOR_DEF("text_editor/highlighting/selection_color", Color(0.2, 0.2, 1))); class_desc->connect("meta_clicked", this, "_class_desc_select"); |
