diff --git a/Source/LibationWinForms/grid/DescriptionDisplay.Designer.cs b/Source/LibationWinForms/grid/DescriptionDisplay.Designer.cs index 8a1f7cd2..bd599dfe 100644 --- a/Source/LibationWinForms/grid/DescriptionDisplay.Designer.cs +++ b/Source/LibationWinForms/grid/DescriptionDisplay.Designer.cs @@ -37,11 +37,11 @@ | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight; - this.textBox1.Location = new System.Drawing.Point(3, 3); + this.textBox1.Location = new System.Drawing.Point(5, 5); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(544, 144); + this.textBox1.Size = new System.Drawing.Size(540, 140); this.textBox1.TabIndex = 0; // // DescriptionDisplay diff --git a/Source/LibationWinForms/grid/DescriptionDisplay.cs b/Source/LibationWinForms/grid/DescriptionDisplay.cs index 43c22a9d..3f95a92e 100644 --- a/Source/LibationWinForms/grid/DescriptionDisplay.cs +++ b/Source/LibationWinForms/grid/DescriptionDisplay.cs @@ -9,7 +9,7 @@ namespace LibationWinForms { public partial class DescriptionDisplay : Form { - private int borderThickness = 0; + private int borderThickness = 5; public int BorderThickness {