diff options
Diffstat (limited to 'library/src/math/matrix.rs')
| -rw-r--r-- | library/src/math/matrix.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/matrix.rs b/library/src/math/matrix.rs index 527cf315..5f448901 100644 --- a/library/src/math/matrix.rs +++ b/library/src/math/matrix.rs @@ -1,7 +1,7 @@ use super::*; const ROW_GAP: Em = Em::new(0.5); -const COL_GAP: Em = Em::new(0.75); +const COL_GAP: Em = Em::new(0.5); const VERTICAL_PADDING: Ratio = Ratio::new(0.1); /// # Vector |
