|
|
|
@ -1,8 +1,7 @@ |
|
|
|
<ResourceDictionary |
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:local="clr-namespace:MultiTerm.Wpf.CustomControl"> |
|
|
|
xmlns:local="clr-namespace:MultiTerm.Wpf.CustomControl"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SolidColorBrush x:Key="TabItem.Selected.Background" Color="#FFFFFF"/> |
|
|
|
<SolidColorBrush x:Key="TabItem.Selected.Background" Color="#FFFFFF"/> |
|
|
|
<SolidColorBrush x:Key="TabItem.Selected.Border" Color="#ACACAC"/> |
|
|
|
<SolidColorBrush x:Key="TabItem.Selected.Border" Color="#ACACAC"/> |
|
|
|
<Style x:Key="TabControlStyle1" TargetType="{x:Type local:ExtendedTabControl}"> |
|
|
|
<Style x:Key="TabControlStyle1" TargetType="{x:Type local:ExtendedTabControl}"> |
|
|
|
@ -68,4 +67,4 @@ |
|
|
|
</Setter.Value> |
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
</Style> |
|
|
|
</ResourceDictionary> |
|
|
|
</ResourceDictionary> |