Skip to content

Commit

Permalink
Make buttons center-vertically aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Feb 11, 2021
1 parent 7fac0c3 commit 0b0dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsEditor/CommonResources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}">
Expand Down

0 comments on commit 0b0dbdf

Please sign in to comment.