moved xaml and source of ExtendedTabControl into seperate folder

master
Jonas Arnold 3 years ago
parent a7d289f91c
commit 59f674f663
  1. 0
      MultiTerm.Wpf.CustomControl/ExtendedTabControl/ExtendedTabControl.cs
  2. 11
      MultiTerm.Wpf.CustomControl/ExtendedTabControl/ExtendedTabControl.xaml

@ -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>
Loading…
Cancel
Save