Browse Source

format

pull/4850/head
Roland Soós 6 years ago
parent
commit
0329cf5d9f
No known key found for this signature in database GPG Key ID: 93AFD926BA9254F5
  1. 2
      src/Avalonia.Themes.Fluent/TabItem.xaml

2
src/Avalonia.Themes.Fluent/TabItem.xaml

@ -52,7 +52,7 @@
</Style>
<Style Selector="TabItem /template/ Border#PART_SelectedPipe">
<Setter Property="IsVisible" Value="False" />
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
</Style>
<!-- Selected state -->

Loading…
Cancel
Save