fixed max transforms value=100 in random options
This commit is contained in:
parent
42a6810130
commit
a7b71e77ad
@ -739,7 +739,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Height = 21
|
Height = 21
|
||||||
Associate = txtMaxXforms
|
Associate = txtMaxXforms
|
||||||
Min = 2
|
Min = 2
|
||||||
Max = 12
|
Max = 100
|
||||||
Position = 6
|
Position = 6
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user