Skip to content

Commit

Permalink
Fixes TabView bottom border line is too short #5954 (#5981)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegff authored Oct 1, 2021
1 parent 438e5eb commit f4d71ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/TabView/TabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ColumnDefinition Width="*" x:Name="RightContentColumn"/>
</Grid.ColumnDefinitions>

<Border BorderBrush="{ThemeResource TabViewBorderBrush}" BorderThickness="1" Height="1" Grid.Column="1" Grid.ColumnSpan="2" VerticalAlignment="Bottom"/>
<Border BorderBrush="{ThemeResource TabViewBorderBrush}" BorderThickness="1" Height="1" Grid.ColumnSpan="4" VerticalAlignment="Bottom"/>

<ContentPresenter
Grid.Column="0"
Expand Down

0 comments on commit f4d71ea

Please sign in to comment.