From 682e1d5fa75254a4518d193982370c211b51dfa7 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 30 Aug 2019 12:20:43 +0300 Subject: [PATCH] Minor design changes --- Crypto Notepad/AboutFrom.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs index 4672239..702fc5a 100644 --- a/Crypto Notepad/AboutFrom.Designer.cs +++ b/Crypto Notepad/AboutFrom.Designer.cs @@ -148,13 +148,13 @@ private void InitializeComponent() this.ContributorsRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.ContributorsRichTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ContributorsRichTextBox.ForeColor = System.Drawing.Color.White; - this.ContributorsRichTextBox.Location = new System.Drawing.Point(0, 125); + this.ContributorsRichTextBox.Location = new System.Drawing.Point(0, 129); this.ContributorsRichTextBox.Name = "ContributorsRichTextBox"; this.ContributorsRichTextBox.ReadOnly = true; this.ContributorsRichTextBox.RightMargin = 700; this.ContributorsRichTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.ContributorsRichTextBox.ShowSelectionMargin = true; - this.ContributorsRichTextBox.Size = new System.Drawing.Size(397, 18); + this.ContributorsRichTextBox.Size = new System.Drawing.Size(397, 20); this.ContributorsRichTextBox.TabIndex = 11; this.ContributorsRichTextBox.Text = "h5p9sl https://github.com/h5p9sl"; this.ContributorsRichTextBox.WordWrap = false;