Browse Source

Merge pull request #12 from AvaloniaUI/change-theme-namespace

Changed Theme Namespace to avoid conflict
pull/2109/head
sdoroff 8 years ago
committed by GitHub
parent
commit
8b0d3daa9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.DataGrid.Themes.Default/DefaultTheme.xaml.cs

2
src/Avalonia.DataGrid.Themes.Default/DefaultTheme.xaml.cs

@ -3,7 +3,7 @@ using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using Avalonia.Styling;
namespace Avalonia.DataGrid.Themes.Default
namespace Avalonia.Themes.DataGrid.Default
{
public class DefaultTheme : Styles
{

Loading…
Cancel
Save