Closed Marko97IT closed 4 years ago
I need to reduce the height for a button to 10 but I can't.
@Marko97IT That’s because the default style defines a MinHeight of 25.
https://github.com/MahApps/MahApps.Metro/blob/443389cdc6e83fbd9a1d5584a48c0466ee5f3cd4/src/MahApps.Metro/Styles/Controls.Buttons.xaml#L399
So just set it to 0 and your issue is gone.
I need to reduce the height for a button to 10 but I can't.