diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-10 12:13:03 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-10 12:13:03 -0600 |
commit | 6bbc1cb6a9f906123a991a7abfd1dc5108b5def0 (patch) | |
tree | 1189f181664fe3f7cfc97e3ff8e74c8cbba09690 /scene/gui/button.h | |
parent | 246e8e9ecce752588bb884346d08edae56ed95a9 (diff) | |
parent | 309712551c97225272599c8f5f8ee84b72b5ef30 (diff) | |
download | redot-engine-6bbc1cb6a9f906123a991a7abfd1dc5108b5def0.tar.gz |
Merge pull request #98036 from bruvzg/para_btn_spacing
[TextParagraph/Button] Add support for line spacing.
Diffstat (limited to 'scene/gui/button.h')
-rw-r--r-- | scene/gui/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/button.h b/scene/gui/button.h index b86d6a6c1f..686d4806db 100644 --- a/scene/gui/button.h +++ b/scene/gui/button.h @@ -100,6 +100,7 @@ private: int h_separation = 0; int icon_max_width = 0; + int line_spacing = 0; } theme_cache; void _shape(Ref<TextParagraph> p_paragraph = Ref<TextParagraph>(), String p_text = ""); |