diff options
author | emkael <emkael@tlen.pl> | 2017-09-20 18:31:57 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-20 18:31:57 +0200 |
commit | dec2c8f96f8e8737d5bd5d0f58b42c0c04235d5b (patch) | |
tree | 49c5be9064ef02dfd8b6360085c8edd5313e4cd6 /Aktywator/MainForm.Designer.cs | |
parent | cf3b807f18c5cf73e9defaabe31b72ea41d0d1ca (diff) |
Default state for sections grouping checkbox should be disabled
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r-- | Aktywator/MainForm.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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); |