Skip to content

Commit

Permalink
Moved InputBaseUpDown Style & Template into InputBaseUpDown.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed May 23, 2020
1 parent aeb6005 commit fe1c353
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions source/NumericUpDownLib/NumericUpDownLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Base\AbstractBaseUpDown.xaml.cs">
<!--Compile Update="Base\AbstractBaseUpDown.xaml.cs">
<DependentUpon>AbstractBaseUpDown.xaml</DependentUpon>
</Compile>
</Compile-->
<Compile Update="Base\NumericRepeatButtonControl.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>NumericRepeatButtonControl.xaml</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<Page Update="Base\AbstractBaseUpDown.xaml">
<Page Update="Base\InputBaseUpDown.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Base\NumericRepeatButtonControl.xaml">
Expand Down
2 changes: 1 addition & 1 deletion source/NumericUpDownLib/NumericUpDownLib.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Page Update="Base\AbstractBaseUpDown.xaml">
<Page Update="Base\InputBaseUpDown.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Base\NumericRepeatButtonControl.xaml">
Expand Down
2 changes: 1 addition & 1 deletion source/NumericUpDownLib/Themes/Generic.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/NumericUpDownLib;component/Base/NumericRepeatButtonControl.xaml" />
<ResourceDictionary Source="/NumericUpDownLib;component/Base/AbstractBaseUpDown.xaml" />
<ResourceDictionary Source="/NumericUpDownLib;component/Base/InputBaseUpDown.xaml" />
<ResourceDictionary Source="/NumericUpDownLib;component/Themes/LightBrushs.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

0 comments on commit fe1c353

Please sign in to comment.