Hi,
I've mode in a good start on how to calculate the button widths, will check in
shortly:
- Move code to own class and simplified removing duplicate code
- Removed unneeded setters and getters
- Remove unneeded bindable properties, width can be set directly on the buttons
- Removed custom event names - overkill for something as simple as a button
changing size
Only thing I wasn't sure on is why the "fudge factor" was different for each
button, it's probably simple to use a single fudge factor especially as new
button or locales are added and as far as I can see it looks fine.
Justin