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

Get default dimensions from somewhere #144

Open
todo bot opened this issue Jul 8, 2019 · 1 comment
Open

Get default dimensions from somewhere #144

todo bot opened this issue Jul 8, 2019 · 1 comment
Labels
todo 🗒️ Referenced sourcecode todo

Comments

@todo
Copy link

todo bot commented Jul 8, 2019

label.width = 150; // TODO get default dimensions from somewhere
label.height = 50;
label.x = parent.x || 0;
label.x -= (label.width - (parent.width || 0)) / 2;
label.y = parent.y || 0;


This issue was generated by todo based on a TODO comment in e08ae75 when #124 was merged. cc @renew-js.
@todo todo bot added the todo 🗒️ Referenced sourcecode todo label Jul 8, 2019
@0x4d
Copy link
Contributor

0x4d commented Jul 8, 2019

See #123

@0x4d 0x4d changed the title get default dimensions from somewhere Get default dimensions from somewhere Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo 🗒️ Referenced sourcecode todo
Projects
None yet
Development

No branches or pull requests

1 participant