Skip to content

Commit

Permalink
fixed bottom right inverted contour (#6679)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhad authored Feb 7, 2022
1 parent e4c5d34 commit ef88a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/TabView/TabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@
<Setter.Value>
<ControlTemplate TargetType="local:TabViewItem">
<Grid x:Name="LayoutRoot"
Padding="{TemplateBinding Padding}">
Padding="{TemplateBinding Padding}"
UseLayoutRounding="False">
<Grid.ColumnDefinitions>
<ColumnDefinition x:Name="LeftColumn" Width="Auto"/>
<ColumnDefinition Width="*" />
Expand Down

0 comments on commit ef88a2f

Please sign in to comment.