Skip to content

Commit

Permalink
Add new avalonia logo for about page
Browse files Browse the repository at this point in the history
Adjust gitattributes
  • Loading branch information
XanatosX committed Jan 3, 2024
1 parent e2965e5 commit 128b5b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.ico filter=lfs diff=lfs merge=lfs -text
**/Assets/*.png filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions src/ModularToolManager/Assets/built-with-avalonia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/ModularToolManager/ModularToolManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
<AvaloniaResource Include="Assets\**" />
<None Remove=".gitignore" />
<None Remove="Assets\application-logo.ico" />
<None Remove="Assets\built-with-avalonia.png" />
<None Remove="Resources\buildInStyles.json" />
<None Remove="Resources\dependencies.json" />
<None Remove="Resources\hotkeys.json" />
<None Remove="Resources\LICENSE" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\application-logo.ico" />
<Content Include="Assets\built-with-avalonia.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\buildInStyles.json" />
Expand Down
5 changes: 2 additions & 3 deletions src/ModularToolManager/Views/AboutView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
<Expander Margin="0,10,0,0" Header="{x:Static p:Resources.About_License}">
<TextBlock TextWrapping="Wrap" Text="{Binding License}"/>
</Expander>
<StackPanel Spacing="10" HorizontalAlignment="Center" Orientation="Horizontal" MaxHeight="50" Margin="0,20,0,10">
<TextBlock VerticalAlignment="Center" Text="{x:Static p:Resources.RunningWith}"/>
<Image Source="/Assets/avalonia-logo.ico"/>
<StackPanel Spacing="10" HorizontalAlignment="Center" Orientation="Horizontal" MaxHeight="75" Margin="0,20,0,10">
<Image Source="/Assets/built-with-avalonia.png"/>
</StackPanel>
<Button IsVisible="false" Command="{Binding AbortCommand}" HotKey="Escape"/>
</StackPanel>
Expand Down

0 comments on commit 128b5b2

Please sign in to comment.