diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs
index 53c2fa6..48f63bd 100644
--- a/Crypto Notepad/AboutFrom.Designer.cs
+++ b/Crypto Notepad/AboutFrom.Designer.cs
@@ -266,7 +266,7 @@ private void InitializeComponent()
this.customRichTextBox1.RightMargin = 600;
this.customRichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Horizontal;
this.customRichTextBox1.ShowSelectionMargin = true;
- this.customRichTextBox1.Size = new System.Drawing.Size(298, 77);
+ this.customRichTextBox1.Size = new System.Drawing.Size(298, 88);
this.customRichTextBox1.TabIndex = 8;
this.customRichTextBox1.TabStop = false;
this.customRichTextBox1.Text = resources.GetString("customRichTextBox1.Text");
@@ -278,7 +278,7 @@ private void InitializeComponent()
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(50)))));
- this.ClientSize = new System.Drawing.Size(298, 207);
+ this.ClientSize = new System.Drawing.Size(298, 218);
this.Controls.Add(this.customRichTextBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.panel1);
diff --git a/Crypto Notepad/AboutFrom.resx b/Crypto Notepad/AboutFrom.resx
index 94bcee3..098e296 100644
--- a/Crypto Notepad/AboutFrom.resx
+++ b/Crypto Notepad/AboutFrom.resx
@@ -155,7 +155,8 @@
CustomSettingsProvider: http://www.codeproject.com/Articles/20917/Settings-Provider
AES: http://easylab.net.ua/net-c-windows-forms/c-algoritm-shifrovaniya-aes
CustomRichTextBox: https://code.msdn.microsoft.com/windowsdesktop/How-to-find-the-text-and-e92b8d78
-MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027
+MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027
+Icons: http://www.fatcow.com/free-icons
44