summaryrefslogtreecommitdiff
path: root/grapher/Field.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-30 20:15:12 -0700
committerJacob Palecki <[email protected]>2020-07-30 20:15:12 -0700
commit49bd00c71b223d12f1d85d5c1bae635d450403fd (patch)
treeb8984dcaa28c13c6b5f065cd0e540c1faca55c17 /grapher/Field.cs
parentUse class heirarchy for layout types (diff)
downloadrawaccel-49bd00c71b223d12f1d85d5c1bae635d450403fd.tar.xz
rawaccel-49bd00c71b223d12f1d85d5c1bae635d450403fd.zip
Use options instead of fields
Diffstat (limited to 'grapher/Field.cs')
-rw-r--r--grapher/Field.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Field.cs b/grapher/Field.cs
index 6e1c6d2..7ce4c6e 100644
--- a/grapher/Field.cs
+++ b/grapher/Field.cs
@@ -44,7 +44,7 @@ namespace grapher
#region Properties
- TextBox Box { get; }
+ public TextBox Box { get; }
Form ContainingForm { get; }