Merge pull request #29 from ItsFireMonkey/patch-1

Update Mode Grammar + Box clicking issue fix
This commit is contained in:
Asval 2019-07-27 23:55:06 +02:00 committed by GitHub
commit 447b017c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,6 +283,7 @@ namespace FModel.Forms
//
this.checkedListBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.checkedListBox2.CheckOnClick = true;
this.checkedListBox2.FormattingEnabled = true;
this.checkedListBox2.Items.AddRange(new object[] {
"[BR] 2D Assets",
@ -305,7 +306,7 @@ namespace FModel.Forms
this.groupBox1.TabIndex = 24;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Icon Creation " +
" Texure";
" Texture";
//
// UpdateModeSettings
//