IDE: reduced min wait time for completion box to 10ms, bug #17374

git-svn-id: trunk@27306 -
This commit is contained in:
mattias 2010-09-11 14:26:00 +00:00
parent dc78f11aef
commit 8532d4a6f7

View File

@ -238,7 +238,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Width = 622
Frequency = 250
Max = 4000
Min = 500
Min = 10
OnChange = AutoDelayTrackBarChange
Position = 500
Anchors = [akTop, akLeft, akRight]
@ -259,7 +259,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Width = 622
Frequency = 250
Max = 4000
Min = 500
Min = 10
OnChange = AutoDelayTrackBarChange
Position = 500
Anchors = [akTop, akLeft, akRight]