From 6681cda2c94566cbc6d91445ca284b9754be9db5 Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Wed, 27 Jan 2016 18:21:17 +0200 Subject: [PATCH] Changed warning notification text align --- Crypto Notepad/SettingsForm.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Crypto Notepad/SettingsForm.Designer.cs b/Crypto Notepad/SettingsForm.Designer.cs index f16d5fc..ffcbb4a 100644 --- a/Crypto Notepad/SettingsForm.Designer.cs +++ b/Crypto Notepad/SettingsForm.Designer.cs @@ -249,7 +249,7 @@ private void InitializeComponent() this.closeLabel.BackColor = System.Drawing.Color.Gainsboro; this.closeLabel.Cursor = System.Windows.Forms.Cursors.Hand; this.closeLabel.Image = global::Crypto_Notepad.Properties.Resources.close_g; - this.closeLabel.Location = new System.Drawing.Point(237, 157); + this.closeLabel.Location = new System.Drawing.Point(234, 158); this.closeLabel.Name = "closeLabel"; this.closeLabel.Size = new System.Drawing.Size(14, 14); this.closeLabel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -267,11 +267,11 @@ private void InitializeComponent() this.warningLabel.ForeColor = System.Drawing.Color.Black; this.warningLabel.Location = new System.Drawing.Point(0, 156); this.warningLabel.Name = "warningLabel"; - this.warningLabel.Size = new System.Drawing.Size(252, 36); + this.warningLabel.Size = new System.Drawing.Size(250, 36); this.warningLabel.TabIndex = 8; this.warningLabel.Text = "If you change settings in this tab, decrypt the previously encrypted files will n" + "ot be possible."; - this.warningLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.warningLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox2 //