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

fix: change esthetic -> aesthetic

This commit is contained in:
Eric allen
2024-07-05 16:03:01 -04:00
parent b97110cd30
commit e03fb3043f
5 changed files with 6 additions and 6 deletions

View File

@@ -8474,7 +8474,7 @@ Node3DEditor::Node3DEditor() {
camera_override_viewport_id = 0;
// Add some margin to the sides for better esthetics.
// Add some margin to the sides for better aesthetics.
// This prevents the first button's hover/pressed effect from "touching" the panel's border,
// which looks ugly.
MarginContainer *toolbar_margin = memnew(MarginContainer);