We are implementing browser based client, and we are having a little debate reg. setting width of buttons which are grouped together (either just layout wise or both layout and functionality wise). I favor setting the width same for all the button in the group, whereas my colleague prefers the width to be variable (dependent on fitting to the label of button).
My approach i.e. setting the width equal will require additional effort in case of localization.
We are using Dojo for UI.
Which approach is better ?


