Skip to content

Commit 2cf2230

Browse files
authored
Merge pull request #9 from mcneel/sbaer/autocomplete_height
adjust default number of elements in autocomplete
2 parents ac2309d + 60ea418 commit 2cf2230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Eto.CodeEditor.Wpf/CodeEditorHandler.cs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public CodeEditorHandler()
2323
SetupTheme();
2424
WinFormsControl.CharAdded += WinFormsControl_CharAdded;
2525
WinFormsControl.TextChanged += WinFormsControl_TextChanged;
26+
WinFormsControl.AutoCMaxHeight = 10;
2627
}
2728

2829
private void WinFormsControl_CharAdded(object sender, ScintillaNET.CharAddedEventArgs e)

0 commit comments

Comments
 (0)