From 309712551c97225272599c8f5f8ee84b72b5ef30 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:41:03 +0300 Subject: [TextParagraph/Button] Add support for line spacing. --- scene/gui/button.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/gui/button.h') diff --git a/scene/gui/button.h b/scene/gui/button.h index 5f4429bc1d..e8e68f49bb 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 p_paragraph = Ref(), String p_text = ""); -- cgit v1.2.3