Browse Source

Added scrollbars to debugger Exception Dialog

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@371 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 20 years ago
parent
commit
5fad25b34d
  1. 1
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Service/ExceptionForm.cs

1
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Service/ExceptionForm.cs

@ -111,6 +111,7 @@ namespace ICSharpCode.SharpDevelop.Services @@ -111,6 +111,7 @@ namespace ICSharpCode.SharpDevelop.Services
this.textBox.Size = new System.Drawing.Size(528, 138);
this.textBox.TabIndex = 4;
this.textBox.Text = "";
this.textBox.ScrollBars = ScrollBars.Both;
//
// ExceptionForm
//

Loading…
Cancel
Save