From 688533fe4eec32cb45c0cf6ae0fb3d31577cafca Mon Sep 17 00:00:00 2001 From: Nathan Lovato <12694995+NathanLovato@users.noreply.github.com> Date: Sun, 5 May 2024 21:55:32 +0200 Subject: [PATCH] improvement: increase maximum font size Co-authored-by: xananax --- ui/components/popups/SettingsPopup.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/popups/SettingsPopup.tscn b/ui/components/popups/SettingsPopup.tscn index 6e50d898..cab5e3e1 100644 --- a/ui/components/popups/SettingsPopup.tscn +++ b/ui/components/popups/SettingsPopup.tscn @@ -137,7 +137,7 @@ size_flags_horizontal = 3 custom_styles/grabber_area_highlight = SubResource( 1 ) custom_styles/grabber_area = SubResource( 2 ) min_value = -2.0 -max_value = 2.0 +max_value = 7.0 rounded = true tick_count = 3 ticks_on_borders = true