You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)}
The text was updated successfully, but these errors were encountered:
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
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)}
The text was updated successfully, but these errors were encountered: