diff options
| author | Jacob Palecki <[email protected]> | 2021-01-11 00:34:56 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-11 00:34:56 -0800 |
| commit | 6196cee980c7b8021b752b684cbe14bf7c41b657 (patch) | |
| tree | 2d54af5c0d9ae994892c68fb48725d043e09b932 /grapher/Constants | |
| parent | Implement direcitonality UI (diff) | |
| download | rawaccel-6196cee980c7b8021b752b684cbe14bf7c41b657.tar.xz rawaccel-6196cee980c7b8021b752b684cbe14bf7c41b657.zip | |
Some fixes
Diffstat (limited to 'grapher/Constants')
| -rw-r--r-- | grapher/Constants/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 69b0bbb..7ebb2cc 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -62,7 +62,7 @@ namespace grapher public const int ButtonVerticalOffset = 60; /// <summary> Padding between directionality title and containing panel </summary> - public const int DirectionalityTitlePad = 2; + public const int DirectionalityTitlePad = 4; public const float SmallButtonSizeFactor = 0.666f; |