diff options
| author | Jacob Palecki <[email protected]> | 2020-09-07 19:13:30 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-07 19:13:30 -0700 |
| commit | 0fb1013f66026c696fec6469c02aba1c91711289 (patch) | |
| tree | 5a8a93de6c372195504bf17156f106835cc3a6b7 /grapher/Models/Options/IOption.cs | |
| parent | Refactor type options (diff) | |
| download | rawaccel-0fb1013f66026c696fec6469c02aba1c91711289.tar.xz rawaccel-0fb1013f66026c696fec6469c02aba1c91711289.zip | |
Fix some separation bugs
Diffstat (limited to 'grapher/Models/Options/IOption.cs')
| -rw-r--r-- | grapher/Models/Options/IOption.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Models/Options/IOption.cs b/grapher/Models/Options/IOption.cs index 71ac5e4..b387971 100644 --- a/grapher/Models/Options/IOption.cs +++ b/grapher/Models/Options/IOption.cs @@ -15,6 +15,8 @@ namespace grapher.Models.Options int Left { get; } int Width { get; } + + int Beneath { get; } bool Visible { get; } |