I am currently doing this, but I am doing something wrong :):
<Style TargetType="{x:Type Button}">
<Setter Property="MinWidth" Value="90" />
<Setter Property="Width" Value="Auto" />
</Style>
I want the buttons to have some minimum width but also to have their width expand to fit the text of the button.