You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add an external link editor icon
This replaces the existing "chainlink" instance icon that was used for external links. That icon is still used for scene instancing. The icon was designed by redlamp. Co-authored-by: Taylor Wright <taylor@redlamp.org>
This commit is contained in:
@@ -1613,7 +1613,7 @@ void ScriptEditor::_notification(int p_what) {
|
||||
case NOTIFICATION_LAYOUT_DIRECTION_CHANGED:
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
help_search->set_icon(get_theme_icon(SNAME("HelpSearch"), SNAME("EditorIcons")));
|
||||
site_search->set_icon(get_theme_icon(SNAME("Instance"), SNAME("EditorIcons")));
|
||||
site_search->set_icon(get_theme_icon(SNAME("ExternalLink"), SNAME("EditorIcons")));
|
||||
|
||||
if (is_layout_rtl()) {
|
||||
script_forward->set_icon(get_theme_icon(SNAME("Back"), SNAME("EditorIcons")));
|
||||
|
||||
Reference in New Issue
Block a user