mirror of
https://github.com/sfall-team/HeadFrmPatcher.git
synced 2026-07-27 16:52:57 -07:00
Fix #2
This commit is contained in:
Generated
+4
-4
@@ -36,9 +36,9 @@
|
||||
this.cbDisableHighlighting.AutoSize = true;
|
||||
this.cbDisableHighlighting.Location = new System.Drawing.Point(12, 12);
|
||||
this.cbDisableHighlighting.Name = "cbDisableHighlighting";
|
||||
this.cbDisableHighlighting.Size = new System.Drawing.Size(117, 17);
|
||||
this.cbDisableHighlighting.Size = new System.Drawing.Size(141, 17);
|
||||
this.cbDisableHighlighting.TabIndex = 3;
|
||||
this.cbDisableHighlighting.Text = "Disable highlighting";
|
||||
this.cbDisableHighlighting.Text = "Disable corner highlights";
|
||||
this.cbDisableHighlighting.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cbIncludesBackground
|
||||
@@ -46,9 +46,9 @@
|
||||
this.cbIncludesBackground.AutoSize = true;
|
||||
this.cbIncludesBackground.Location = new System.Drawing.Point(12, 35);
|
||||
this.cbIncludesBackground.Name = "cbIncludesBackground";
|
||||
this.cbIncludesBackground.Size = new System.Drawing.Size(98, 17);
|
||||
this.cbIncludesBackground.Size = new System.Drawing.Size(154, 17);
|
||||
this.cbIncludesBackground.TabIndex = 6;
|
||||
this.cbIncludesBackground.Text = "Fill background";
|
||||
this.cbIncludesBackground.Text = "Fill transparent background";
|
||||
this.cbIncludesBackground.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// bRun
|
||||
|
||||
Reference in New Issue
Block a user