From dec2c8f96f8e8737d5bd5d0f58b42c0c04235d5b Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 20 Sep 2017 18:31:57 +0200 Subject: Default state for sections grouping checkbox should be disabled --- Aktywator/MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Aktywator/MainForm.Designer.cs') diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 6275d28..dff8aa5 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -697,6 +697,7 @@ // xGroupSections // this.xGroupSections.AutoSize = true; + this.xGroupSections.Enabled = false; this.xGroupSections.Location = new System.Drawing.Point(34, 89); this.xGroupSections.Name = "xGroupSections"; this.xGroupSections.Size = new System.Drawing.Size(227, 17); -- cgit v1.2.3