From 656d68f69bc920669733ca1d905b0d79cf0fb50f Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Mon, 17 Aug 2009 17:49:15 +0000 Subject: [PATCH] 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 --- .../Project/Src/Options/DebuggingSymbolsPanel.Designer.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Options/DebuggingSymbolsPanel.Designer.cs b/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Options/DebuggingSymbolsPanel.Designer.cs index 0b25c534ec..8f006fa31b 100644 --- a/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Options/DebuggingSymbolsPanel.Designer.cs +++ b/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Options/DebuggingSymbolsPanel.Designer.cs @@ -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;