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

Added "cx" and "cy" property to the label to change center of Label #22

Merged
merged 10 commits into from
Jan 28, 2020

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    c2693bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce37d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce386c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a507e09 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. changing to anchor point

    moving to anchor point instead of cx and cy
    FoamyGuy committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    3c1734b View commit details
    Browse the repository at this point in the history
  2. Update label.py

    fix for missing _anchor_point in init
    FoamyGuy committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    2fdd09b View commit details
    Browse the repository at this point in the history
  3. fix return

    removing unneeded _anchored_position variable.
    FoamyGuy committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    12b47af View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    FoamyGuy committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7c74bcd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. pylint fix

    adding _anchor_point into init
    FoamyGuy committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    344775b View commit details
    Browse the repository at this point in the history
  2. default x and y inside init

    tested with simpletest and the anchor point test linked above.
    FoamyGuy committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    86130b3 View commit details
    Browse the repository at this point in the history