diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2020-01-12 00:31:26 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2020-01-12 00:31:26 +0100 |
commit | 040f4db60a38282c4a5513f0335b74f8c810ca70 (patch) | |
tree | d37e0dd23dc5a001737d19880c9e8c7123e07118 /1s.jtpo | |
parent | b5e7df6d21d42f2b86b9a17237b76d1c282430e8 (diff) |
fix offsets
Diffstat (limited to '1s.jtpo')
-rw-r--r-- | 1s.jtpo | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,11 +38,11 @@ "place_loser_h_offset": 15, "place_loser_v_offset": 9, "finish_winner_colour": "#00ff00", - "finish_winner_h_offset": 5, - "finish_winner_v_offset": -10, + "finish_winner_h_offset": 15, + "finish_winner_v_offset": -2, "finish_loser_colour": "#ff0000", - "finish_loser_h_offset": 20, - "finish_loser_v_offset": 10 + "finish_loser_h_offset": 10, + "finish_loser_v_offset": 2 }, "position_styles": [ { |