Browse Source
Merge branch 'master' into fixes/RenderDemoTheme
pull/8583/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
samples/BindingDemo/App.xaml
-
samples/BindingDemo/BindingDemo.csproj
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
x:Class="BindingDemo.App"> |
|
|
|
<Application.Styles> |
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/> |
|
|
|
<FluentTheme /> |
|
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> |
|
|
|
</Application.Styles> |
|
|
|
</Application> |
|
|
|
</Application> |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" /> |
|
|
|
<ProjectReference Include="..\MiniMvvm\MiniMvvm.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|