From 3f6afa333e9b450b7dce7a49b150d01467795d73 Mon Sep 17 00:00:00 2001 From: Terry MacDonald Date: Fri, 24 Sep 2021 16:59:12 +1200 Subject: [PATCH] Updated beta version upgrade settings UI Changed the settings UI to incorporate the new beta feature upgrade. Will allow users to always get the latest version but under the expectation it will potentially be broken. --- DisplayMagician/UIForms/SettingsForm.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DisplayMagician/UIForms/SettingsForm.Designer.cs b/DisplayMagician/UIForms/SettingsForm.Designer.cs index 1010b1c..39d96b5 100644 --- a/DisplayMagician/UIForms/SettingsForm.Designer.cs +++ b/DisplayMagician/UIForms/SettingsForm.Designer.cs @@ -305,9 +305,10 @@ namespace DisplayMagician.UIForms this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(43, 71); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(356, 13); + this.label2.Size = new System.Drawing.Size(410, 13); this.label2.TabIndex = 15; - this.label2.Text = "(NOTE: beta versions may crash and not work correctly. Use with caution)"; + this.label2.Text = "(NOTE: beta versions may crash and not work correctly. Use this option with cauti" + + "on!)"; // // cb_upgrade_prerelease //