1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[RTL] Add paragraph separation theme property.

This commit is contained in:
Pāvels Nadtočajevs
2025-06-09 18:58:48 +03:00
parent fc523ec5f6
commit 1e2fc9bcad
5 changed files with 23 additions and 12 deletions

View File

@@ -69,6 +69,7 @@ public:
const StringName updated = "updated";
const StringName line_separation = "line_separation";
const StringName paragraph_separation = "paragraph_separation";
const StringName font = "font";
const StringName font_size = "font_size";
const StringName font_color = "font_color";