Browse Source

Fixed squashed controls on debug symbols options panel.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4714 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 16 years ago
parent
commit
656d68f69b
  1. 8
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Options/DebuggingSymbolsPanel.Designer.cs

8
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Options/DebuggingSymbolsPanel.Designer.cs generated

@ -49,18 +49,20 @@ namespace ICSharpCode.SharpDevelop.Gui.OptionPanels @@ -49,18 +49,20 @@ namespace ICSharpCode.SharpDevelop.Gui.OptionPanels
this.pathList.ListCaption = "${res:Dialog.Options.IDEOptions.Debugging.Symbols.ListCaption}";
this.pathList.Location = new System.Drawing.Point(0, 0);
this.pathList.ManualOrder = true;
this.pathList.Margin = new System.Windows.Forms.Padding(2);
this.pathList.Name = "pathList";
this.pathList.Size = new System.Drawing.Size(349, 295);
this.pathList.Size = new System.Drawing.Size(233, 192);
this.pathList.TabIndex = 4;
this.pathList.TitleText = "${res:Global.Folder}:";
//
// DebuggingSymbolsPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pathList);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "DebuggingSymbolsPanel";
this.Size = new System.Drawing.Size(352, 298);
this.Size = new System.Drawing.Size(235, 194);
this.ResumeLayout(false);
}
private ICSharpCode.SharpDevelop.Gui.StringListEditor pathList;

Loading…
Cancel
Save