mod: интерфейс (10) увеличен предельный размер гипноточки

This commit is contained in:
2026-09-04 13:57:52 +03:00
parent 27ac257f45
commit 2481b7f944
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class HalftoneGenerateForm(forms.Form):
)
max_radius = forms.IntegerField(
min_value=3,
max_value=20,
max_value=65,
initial=8,
required=False,
)