Use better icon.

This commit is contained in:
Relintai 2022-07-16 00:28:36 +02:00
parent 72edf6db9c
commit 383475a650

View File

@ -46,7 +46,7 @@ TextEditorEditorPlugin::TextEditorEditorPlugin(EditorNode *p_node) {
get_editor_interface()->get_editor_viewport()->add_child(window);
make_visible(false);
_icon = get_editor_interface()->get_base_control()->get_icon("CanvasModulate", "EditorIcons");
_icon = get_editor_interface()->get_base_control()->get_icon("File", "EditorIcons");
}
TextEditorEditorPlugin::~TextEditorEditorPlugin() {