1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #113420 from Calinou/editor-use-unicode-arrows

Use Unicode arrow symbols throughout the editor
This commit is contained in:
Rémi Verschelde
2025-12-02 14:17:28 +01:00
8 changed files with 16 additions and 16 deletions

View File

@@ -6301,7 +6301,7 @@ Node3DEditorViewport::Node3DEditorViewport(Node3DEditor *p_spatial_editor, int p
locked_label->hide();
zoom_limit_label = memnew(Label);
zoom_limit_label->set_text(TTRC("To zoom further, change the camera's clipping planes (View -> Settings...)"));
zoom_limit_label->set_text(TTRC(U"To zoom further, change the camera's clipping planes (View Settings...)"));
zoom_limit_label->set_name("ZoomLimitMessageLabel");
zoom_limit_label->add_theme_color_override(SceneStringName(font_color), Color(1, 1, 1, 1));
zoom_limit_label->hide();