summaryrefslogtreecommitdiffstats
path: root/scene/gui/button.h
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-10 12:13:03 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-10 12:13:03 -0600
commit6bbc1cb6a9f906123a991a7abfd1dc5108b5def0 (patch)
tree1189f181664fe3f7cfc97e3ff8e74c8cbba09690 /scene/gui/button.h
parent246e8e9ecce752588bb884346d08edae56ed95a9 (diff)
parent309712551c97225272599c8f5f8ee84b72b5ef30 (diff)
downloadredot-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.h1
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 = "");