From f6be02ca1d31dac1f52dddc8e80690abddd1a48a Mon Sep 17 00:00:00 2001 From: radj307 Date: Thu, 24 Feb 2022 16:30:36 -0500 Subject: [PATCH] rename "Minimize on Startup" to "Start Minimized" to prevent overflow & make more sense --- UIComposites/SettingsPane.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UIComposites/SettingsPane.Designer.cs b/UIComposites/SettingsPane.Designer.cs index 0dc4aebac..cfa004273 100644 --- a/UIComposites/SettingsPane.Designer.cs +++ b/UIComposites/SettingsPane.Designer.cs @@ -123,9 +123,9 @@ private void InitializeComponent() this.cb_MinimizeOnStartup.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cb_MinimizeOnStartup.Location = new System.Drawing.Point(5, 37); this.cb_MinimizeOnStartup.Name = "cb_MinimizeOnStartup"; - this.cb_MinimizeOnStartup.Size = new System.Drawing.Size(130, 19); + this.cb_MinimizeOnStartup.Size = new System.Drawing.Size(106, 19); this.cb_MinimizeOnStartup.TabIndex = 1; - this.cb_MinimizeOnStartup.Text = "Minimize on Startup"; + this.cb_MinimizeOnStartup.Text = "Start Minimized"; this.cb_MinimizeOnStartup.UseVisualStyleBackColor = true; // // cb_ShowInTaskbar