Skip to content

Commit

Permalink
Updates and fixes in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Feb 4, 2023
1 parent 35fa3e4 commit ce8eac3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AsyncImageLoader.Avalonia.Demo/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ResourceDictionary>
</Application.Resources>
<Application.Styles>
<FluentTheme Mode="Light"/>
<FluentTheme />
<StyleInclude Source="avares://AsyncImageLoader.Avalonia/AdvancedImage.axaml" />
</Application.Styles>
</Application>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<None Remove=".gitignore" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.999-cibuild0027880-beta" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.999-cibuild0027880-beta" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.999-cibuild0027880-beta" />
<PackageReference Include="Avalonia" Version="11.0.0-preview5" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0-preview5" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-preview5" />

<PackageReference Include="Avalonia.Diagnostics" Version="11.0.999-cibuild0027880-beta" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.999-cibuild0027880-beta" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0-preview5" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.0-preview5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AsyncImageLoader.Avalonia\AsyncImageLoader.Avalonia.csproj" />
Expand Down
4 changes: 1 addition & 3 deletions AsyncImageLoader.Avalonia.Demo/Controls/HamburgerMenu.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@
HorizontalScrollBarVisibility="{TemplateBinding (ScrollViewer.HorizontalScrollBarVisibility)}"
VerticalScrollBarVisibility="{TemplateBinding (ScrollViewer.VerticalScrollBarVisibility)}">
<ItemsPresenter Name="PART_ItemsPresenter"
HorizontalAlignment="Stretch"
ItemTemplate="{TemplateBinding ItemTemplate}"
Items="{TemplateBinding Items}">
HorizontalAlignment="Stretch">
<ItemsPresenter.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel x:Name="HamburgerItemsPanel"
Expand Down

0 comments on commit ce8eac3

Please sign in to comment.