diff options
author | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 04:18:29 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 04:18:29 +0200 |
commit | 0c408ddb8577e7fe2f21a98f79be1f5c10d74a61 (patch) | |
tree | 9fa51aad1b61df647a2e400165245e83eb91923b | |
parent | 8c0b9acd171f0c8203fc796863a8c3aa35727dbf (diff) |
Correct indentation rules
-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": { |