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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
{ |
|
|
|
|