Browse Source
Update samples/ControlCatalog/App.xaml.cs
pull/8625/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
6 deletions
-
samples/ControlCatalog/App.xaml.cs
|
|
|
@ -78,12 +78,9 @@ namespace ControlCatalog |
|
|
|
|
|
|
|
public override void Initialize() |
|
|
|
{ |
|
|
|
Styles.Insert(0, DefaultLight); |
|
|
|
Styles.Insert(1, ColorPickerDefault); |
|
|
|
Styles.Insert(2, DataGridDefault); |
|
|
|
//Styles.Insert(0, Fluent);
|
|
|
|
//Styles.Insert(1, ColorPickerFluent);
|
|
|
|
//Styles.Insert(2, DataGridFluent);
|
|
|
|
Styles.Insert(0, Fluent); |
|
|
|
Styles.Insert(1, ColorPickerFluent); |
|
|
|
Styles.Insert(2, DataGridFluent); |
|
|
|
AvaloniaXamlLoader.Load(this); |
|
|
|
} |
|
|
|
|
|
|
|
|