Skip to content

Commit 0e7f41d

Browse files
committed
update about window
1 parent c76e0d7 commit 0e7f41d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/CodeSnip/CodeSnip.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Authors>mx7b7</Authors>
1616
<Company>mx7b7</Company>
1717
<Product>CodeSnip</Product>
18-
<Description>A personal snippet manager built with .NET 8 / C# / WPF.</Description>
18+
<Description>A personal snippet manager built with .NET / C# / WPF.</Description>
1919
<Copyright>Copyright © mx7b7 $([System.DateTime]::Now.Year)</Copyright>
2020
</PropertyGroup>
2121

src/CodeSnip/Views/AboutView/AboutWindow.xaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88
d:DataContext="{d:DesignInstance Type=local:AboutWindowModel}"
99
xmlns:sys="clr-namespace:System;assembly=mscorlib"
1010
mc:Ignorable="d"
11-
Title="About" Height="400" Width="600"
12-
ShowInTaskbar="False" ResizeMode="NoResize" WindowStartupLocation="CenterOwner" >
11+
Title="About CodeSnip" Height="400" Width="600"
12+
TitleCharacterCasing="Normal" TitleAlignment="Left"
13+
ShowInTaskbar="False" ResizeMode="NoResize" WindowStartupLocation="CenterOwner"
14+
Style="{DynamicResource MahApps.Styles.MetroWindow.Clean}">
1315
<mah:MetroWindow.Resources>
1416
<x:Array x:Key="Libraries" Type="{x:Type local:DependencyInfo}">
1517
<local:DependencyInfo Name="AvalonEdit" Url="https://github.com/icsharpcode/AvalonEdit" LicenseName="MIT License" LicenseUrl="https://github.com/icsharpcode/AvalonEdit/blob/master/LICENSE" />
1618
<local:DependencyInfo Name="CommunityToolkit.Mvvm" Url="https://github.com/CommunityToolkit/dotnet" LicenseName="MIT License" LicenseUrl="https://github.com/CommunityToolkit/dotnet/blob/main/License.md" />
1719
<local:DependencyInfo Name="CSharpier.Core" Url="https://csharpier.com/" LicenseName="MIT License" LicenseUrl="https://github.com/belav/csharpier/blob/main/LICENSE" />
1820
<local:DependencyInfo Name="Dapper" Url="https://github.com/DapperLib/Dapper" LicenseName="Apache 2.0 License" LicenseUrl="https://github.com/DapperLib/Dapper/blob/main/License.txt" />
1921
<local:DependencyInfo Name="MahApps.Metro" Url="https://github.com/MahApps/MahApps.Metro" LicenseName="MIT License" LicenseUrl="https://github.com/MahApps/MahApps.Metro/blob/develop/LICENSE" />
22+
<local:DependencyInfo Name="Notifications.Wpf.Core" Url="https://github.com/mjuen/Notifications.Wpf.Core" LicenseName="MIT License" LicenseUrl="https://github.com/mjuen/Notifications.Wpf.Core/blob/master/LICENSE" />
2023
<local:DependencyInfo Name="System.Data.SQLite.Core" Url="https://system.data.sqlite.org/" LicenseName="Public Domain" LicenseUrl="https://system.data.sqlite.org/home/doc/trunk/www/copyright.wiki" />
2124
</x:Array>
2225

0 commit comments

Comments
 (0)