panietoar / nativescript-vue-star-rating

A Star rating UI component for nativescript vue
MIT License
7 stars 5 forks source link

Size fix: replace px with DIP #5

Open Rho-bur opened 4 years ago

Rho-bur commented 4 years ago

In {NS}6+ the size attribute didn't work for me in any minor version, either having no effect upon changing or distorting the stars layout. Replacing the px units with DIP and using the scaleX scaleY instead of size in the Vue component solved my issue.