diff options
-rw-r--r-- | rules/rules.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rules.go b/rules/rules.go index 8420b84..b645406 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -39,11 +39,11 @@ var Default = Set{ Width: 6, }, "speaker": { - Left: 4.2, + Left: 3.7, Width: 3.3, }, "dialog": { - Left: 2.9, + Left: 3.1, Width: 3.3, }, "scene": { |