Skip to content

Commit

Permalink
Fixes TabView bottom border line is too short microsoft#5954
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c697fe)
(cherry picked from commit 4fa9f08)
  • Loading branch information
eugenegff committed Sep 28, 2021
1 parent af57e7f commit 697d21a
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 697d21a

Please sign in to comment.