From 927d7a9250b0c3682f05dc28e39e6644bd47f877 Mon Sep 17 00:00:00 2001 From: Giganzo <158825920+Giganzo@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:09:02 +0200 Subject: [PATCH] Fix below what value is invalid in default_font_size doc (cherry picked from commit 575a0b4dfbedc5405e1d7ae3d7bc3f3e0e87b5bd) --- doc/classes/Theme.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index eb3c1705835..479456ae667 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -551,7 +551,7 @@ The default font size of this theme resource. Used as the default value when trying to fetch a font size value that doesn't exist in this theme or is in invalid state. If the default font size is also missing or invalid, the engine fallback value is used (see [member ThemeDB.fallback_font_size]). - Values below [code]0[/code] are invalid and can be used to unset the property. Use [method has_default_font_size] to check if this value is valid. + Values below [code]1[/code] are invalid and can be used to unset the property. Use [method has_default_font_size] to check if this value is valid.