Skip to content

Commit

Permalink
Remove unnecessary sub style in TabControl
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Oct 22, 2023
1 parent 45504bd commit d908647
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Material.Styles/Resources/Themes/TabControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@
<Setter Property="ZIndex" Value="1" />
</Style>

<Style Selector="^ /template/ ItemsPresenter#PART_ItemsPresenter">
<Setter Property="ItemsPanel">
<ItemsPanelTemplate>
<UniformGrid Name="PART_TabContainer" />
</ItemsPanelTemplate>
</Setter>
</Style>

<Style Selector="^ /template/ UniformGrid#PART_TabContainer">
<Setter Property="HorizontalAlignment" Value="Center" />
<Setter Property="VerticalAlignment" Value="Center" />
Expand Down

0 comments on commit d908647

Please sign in to comment.