diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-05-31 18:18:28 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-05-31 18:18:28 +0100 |
| commit | 23879cc5bf88de215f10de14f1a3de9b6b2f586a (patch) | |
| tree | 2d665c3c06e45b9696cd82ff5abcf18d71d6b47f /gui/bin | |
| parent | bc654332edf65b0425c170db16db6c8dd1f80e8c (diff) | |
fixed rounding bug
Diffstat (limited to 'gui/bin')
| -rw-r--r-- | gui/bin/data/settings.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gui/bin/data/settings.xml b/gui/bin/data/settings.xml index a8d321c..4b758e7 100644 --- a/gui/bin/data/settings.xml +++ b/gui/bin/data/settings.xml @@ -1,23 +1,23 @@ <WARP> <p0> - <X>70.000000000</X> - <Y>93.000000000</Y> + <X>0.000000000</X> + <Y>0.000000000</Y> </p0> <p1> - <X>1163.714843750</X> - <Y>61.531250000</Y> + <X>1200.000000000</X> + <Y>0.000000000</Y> </p1> <p2> - <X>1090.921875000</X> - <Y>781.691406250</Y> + <X>1200.000000000</X> + <Y>900.000000000</Y> </p2> <p3> - <X>135.000000000</X> - <Y>831.441406250</Y> + <X>0.000000000</X> + <Y>900.000000000</Y> </p3> </WARP> <POSITION> - <X>51.000000000</X> - <Y>746.000000000</Y> + <X>0.000000000</X> + <Y>0.000000000</Y> </POSITION> -<SCALE>2.280712128</SCALE> +<SCALE>1.000000000</SCALE> |
