diff options
author | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 07:43:38 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 07:43:38 +0200 |
commit | f577a01ec42b2533ba4b894d42d3323d6d1900b5 (patch) | |
tree | f96d465bea046bfc60a7ad7a2c9abb712824a0ad | |
parent | cf731d41b5fb8cb9cfbd664c010402b8e01c1f35 (diff) |
Correct margins
-rw-r--r-- | rules/rules.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/rules.go b/rules/rules.go index c146f01..67db125 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -40,11 +40,11 @@ var Default = Set{ }, "speaker": { Left: 3.7, - Width: 3.3, + Width: 6.5-3.7, }, "dialog": { Left: 2.5, - Width: 3.3, + Width: 6.5-2.5, }, "scene": { Left: 1.5, @@ -53,7 +53,7 @@ var Default = Set{ }, "paren": { Left: 3.1, - Width: 4, + Width: 6.5-3.1, }, "trans": { Left: 1.5, |