|
@@ -20,7 +20,7 @@
|
|
|
</Design.PreviewWith>
|
|
</Design.PreviewWith>
|
|
|
|
|
|
|
|
<Styles.Resources>
|
|
<Styles.Resources>
|
|
|
- <x:Double x:Key="TabControlTopPlacementItemPadding">0 0 0 2</x:Double>
|
|
|
|
|
|
|
+ <x:Double x:Key="TabControlTopPlacementItemMargin">0 0 0 2</x:Double>
|
|
|
</Styles.Resources>
|
|
</Styles.Resources>
|
|
|
|
|
|
|
|
<Style Selector="TabControl">
|
|
<Style Selector="TabControl">
|
|
@@ -60,6 +60,6 @@
|
|
|
<Setter Property="Orientation" Value="Vertical" />
|
|
<Setter Property="Orientation" Value="Vertical" />
|
|
|
</Style>
|
|
</Style>
|
|
|
<Style Selector="TabControl[TabStripPlacement=Top] /template/ ItemsPresenter#PART_ItemsPresenter">
|
|
<Style Selector="TabControl[TabStripPlacement=Top] /template/ ItemsPresenter#PART_ItemsPresenter">
|
|
|
- <Setter Property="Margin" Value="{StaticResource TabControlTopPlacementItemPadding}" />
|
|
|
|
|
|
|
+ <Setter Property="Margin" Value="{StaticResource TabControlTopPlacementItemMargin}" />
|
|
|
</Style>
|
|
</Style>
|
|
|
</Styles>
|
|
</Styles>
|