From cb1fa516c45553b20abae9b845576e616c12259c Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 28 Oct 2019 20:18:42 +0200 Subject: [PATCH] Third-party developments list edited --- Crypto Notepad/AboutFrom.Designer.cs | 4 ++-- Crypto Notepad/AboutFrom.resx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs index 5518d74..ae6e79f 100644 --- a/Crypto Notepad/AboutFrom.Designer.cs +++ b/Crypto Notepad/AboutFrom.Designer.cs @@ -172,7 +172,7 @@ private void InitializeComponent() this.rtbThirdPartyDev.RightMargin = 700; this.rtbThirdPartyDev.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedHorizontal; this.rtbThirdPartyDev.ShowSelectionMargin = true; - this.rtbThirdPartyDev.Size = new System.Drawing.Size(414, 101); + this.rtbThirdPartyDev.Size = new System.Drawing.Size(414, 99); this.rtbThirdPartyDev.TabIndex = 10; this.rtbThirdPartyDev.Text = resources.GetString("rtbThirdPartyDev.Text"); this.rtbThirdPartyDev.WordWrap = false; @@ -183,7 +183,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(411, 300); + this.ClientSize = new System.Drawing.Size(411, 298); this.Controls.Add(this.rtbContributors); this.Controls.Add(this.rtbThirdPartyDev); this.Controls.Add(this.lblGithub); diff --git a/Crypto Notepad/AboutFrom.resx b/Crypto Notepad/AboutFrom.resx index 1566225..285f750 100644 --- a/Crypto Notepad/AboutFrom.resx +++ b/Crypto Notepad/AboutFrom.resx @@ -368,7 +368,7 @@ - Line Numbers for RichTextBox: https://www.codeproject.com/Articles/38858/Line-Numbers-for-RichText-Control-in-C + Custom TextBox with Watermark: https://www.codeproject.com/Articles/319910/Custom-TextBox-with-watermark CustomSettingsProvider: http://www.codeproject.com/Articles/20917/Settings-Provider MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027 DotNetZip: https://www.nuget.org/packages/DotNetZip/