diff options
| author | Michael Alexsander Silva Dias | 2017-12-01 12:37:25 -0200 |
|---|---|---|
| committer | Michael Alexsander Silva Dias | 2017-12-01 13:20:10 -0200 |
| commit | 17a3e2b370c19a2741b0fe01272bf7180c3a1780 (patch) | |
| tree | 7785aa7a9b03a1ce8f818d31c11eec184e83764d /editor/editor_about.h | |
| parent | d8953fe7375c5cd2f7f73501f261c738f1315fb3 (diff) | |
| download | godot-17a3e2b370c19a2741b0fe01272bf7180c3a1780.tar.gz godot-17a3e2b370c19a2741b0fe01272bf7180c3a1780.tar.zst godot-17a3e2b370c19a2741b0fe01272bf7180c3a1780.zip | |
Diffstat (limited to 'editor/editor_about.h')
| -rw-r--r-- | editor/editor_about.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/editor_about.h b/editor/editor_about.h index ce29027f0..fe40ce5f1 100644 --- a/editor/editor_about.h +++ b/editor/editor_about.h @@ -33,11 +33,11 @@ #include "scene/gui/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/item_list.h" +#include "scene/gui/rich_text_label.h" #include "scene/gui/scroll_container.h" #include "scene/gui/separator.h" #include "scene/gui/split_container.h" #include "scene/gui/tab_container.h" -#include "scene/gui/text_edit.h" #include "scene/gui/texture_rect.h" #include "scene/gui/tree.h" @@ -55,8 +55,8 @@ private: ScrollContainer *_populate_list(const String &p_name, const List<String> &p_sections, const char **p_src[], const int p_flag_single_column = 0); Tree *_tpl_tree; - TextEdit *_license_text; - TextEdit *_tpl_text; + RichTextLabel *_license_text; + RichTextLabel *_tpl_text; TextureRect *_logo; protected: |
