dkrasner/Simpletalk

Button ellipses affect all buttons

darth-cheney opened this issue · 1 comments

The new ellipses on Button labels is affecting all buttons regardless of their layout or intended width. See the save button in Script Editor for an example.

We should make sure that ellipses only appear in buttons with a specific designated width.

I believe all buttons now have a designated width, so unless we want to allow for The issue with the 'save button' was that it did not specify its width property properly (see #72 )