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

Add support for Indent to simplify box statements with backgroundInsets #33

Open
nimakro opened this issue Aug 4, 2017 · 0 comments
Open
Assignees

Comments

@nimakro
Copy link
Collaborator

nimakro commented Aug 4, 2017

The following code snippet:
treeTableCell { backgroundInsets += box(1.5.px, 0.0.px, 1.5.px, 0.0.px)}
should show an indent that the box statement could be simplified to:
treeTableCell { backgroundInsets += box(1.5.px, 0.0.px)}

@nimakro nimakro added the bug label Aug 4, 2017
@nimakro nimakro self-assigned this Aug 4, 2017
@nimakro nimakro added enhancement and removed bug labels Oct 18, 2017
@nimakro nimakro changed the title [Bug] Indent to simplify box statements not working for backgroundInsets Add support for Indent to simplify box statements with backgroundInsets Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant