fixed max transforms value=100 in random options

This commit is contained in:
zueuk 2008-07-25 13:25:17 +00:00
parent 42a6810130
commit a7b71e77ad

View File

@ -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