diff options
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 89eafda..0779d23 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -163,7 +163,7 @@ namespace grapher this.DomainBoxY = new System.Windows.Forms.TextBox(); this.DomainBoxX = new System.Windows.Forms.TextBox(); this.DirectionalityLabel = new System.Windows.Forms.Label(); - this.toggleButton = new System.Windows.Forms.CheckBox(); + this.toggleButton = new System.Windows.Forms.Button(); this.scaleLabelY = new System.Windows.Forms.Label(); this.ScaleActiveYLabel = new System.Windows.Forms.Label(); this.scaleBoxY = new System.Windows.Forms.TextBox(); @@ -2357,7 +2357,7 @@ namespace grapher #endregion private System.Windows.Forms.Panel optionsPanel; - private System.Windows.Forms.CheckBox toggleButton; + private System.Windows.Forms.Button toggleButton; private System.Windows.Forms.Label scaleLabelY; private System.Windows.Forms.Label ScaleActiveYLabel; private System.Windows.Forms.TextBox scaleBoxY; |