Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE 271] Move/Size step min size and default stepping size change. #273

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2020

  1. [ISSUE 271] Lowered the min on Move and Size step sizes to 0.0001 in …

    …the config window and changed their default step for up/down actions to be 0.0125
    ellisgl committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8a5c371 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. [ISSUE 271] Change step sizes resolution to 0.0005, default sizeStep …

    …and moveStep in the options set to match html (0.0125) and updated the round function to have 4 decimal places, instead of two.
    ellisgl committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    e01fd80 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Fixed rounding. Fixing a README issue.

    ellisgl committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0016327 View commit details
    Browse the repository at this point in the history
  2. Fixed more rounding issues.

    ellisgl committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ee1540c View commit details
    Browse the repository at this point in the history