summaryrefslogtreecommitdiff
path: root/grapher/Form1.Designer.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-11-16 18:00:24 -0500
committera1xd <[email protected]>2021-11-16 18:00:24 -0500
commitd0672ce8e3c95caf61bfdc7eabf6c184fbb9200d (patch)
treef84382fd17abfb8a0db0cd7125fc1fbaff0d0d94 /grapher/Form1.Designer.cs
parentadd special handling for out cap=1 in classic (diff)
downloadrawaccel-patch-1.6.tar.xz
rawaccel-patch-1.6.zip
make reset button a button controlpatch-1.6
removes checkbox behavior / color change on toggle
Diffstat (limited to 'grapher/Form1.Designer.cs')
-rw-r--r--grapher/Form1.Designer.cs4
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;