Make buttons center-vertically aligned

This commit is contained in:
Carlos Zamora 2021-02-11 14:44:57 -08:00
parent 7fac0c3571
commit 0b0dbdfa03

View file

@ -65,7 +65,7 @@ the MIT License. See LICENSE in the project root for license information. -->
<!--Button-Related Styling-->
<Style x:Key="BaseButtonStyle" TargetType="Button" BasedOn="{StaticResource DefaultButtonStyle}">
<Setter Property="VerticalAlignment" Value="Bottom"/>
<Setter Property="VerticalAlignment" Value="Center"/>
</Style>
<Style x:Key="BrowseButtonStyle" TargetType="Button" BasedOn="{StaticResource BaseButtonStyle}">