Browse Source

Merge pull request #2360 from tom-englert/Theming#2359

Fix UI and theming issues #2359
pull/2350/head
Siegfried Pammer 4 years ago committed by GitHub
parent
commit
5dc0f7fc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy/App.xaml.cs
  2. 2
      ILSpy/ILSpy.csproj
  3. 2
      SharpTreeView/ICSharpCode.TreeView.csproj

2
ILSpy/App.xaml.cs

@ -34,9 +34,9 @@ using ICSharpCode.ILSpy.Options; @@ -34,9 +34,9 @@ using ICSharpCode.ILSpy.Options;
using Microsoft.VisualStudio.Composition;
using TomsToolbox.Wpf.Interactivity;
using TomsToolbox.Wpf.Styles;
namespace ICSharpCode.ILSpy
{
/// <summary>

2
ILSpy/ILSpy.csproj

@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
<PackageReference Include="OSVersionHelper" Version="1.1.24" />
<PackageReference Include="DataGridExtensions" Version="2.5.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.4.3" />
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.5.2" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>

2
SharpTreeView/ICSharpCode.TreeView.csproj

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.4.3" />
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.5.2" />
</ItemGroup>
</Project>

Loading…
Cancel
Save