File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" JetBrains.Annotations" Version =" 2025.2.0 " />
23- <PackageReference Include =" MahApps.Metro.IconPacks" Version =" 6.1 .0" />
22+ <PackageReference Include =" JetBrains.Annotations" Version =" 2025.2.2 " />
23+ <PackageReference Include =" MahApps.Metro.IconPacks" Version =" 6.2 .0" />
2424 <PackageReference Include =" WpfAnalyzers" Version =" 4.1.1" >
2525 <PrivateAssets >all</PrivateAssets >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
2727 </PackageReference >
2828 <PackageReference Include =" MahApps.Metro" Version =" 3.0.0-rc0516" />
2929 <PackageReference Include =" AsyncAwaitBestPractices.MVVM" Version =" 8.0.0" />
3030 <PackageReference Include =" Microsoft-WindowsAPICodePack-Shell" Version =" 1.1.5" />
31- <PackageReference Include =" VirtualizingWrapPanel" Version =" 2.3.1 " />
31+ <PackageReference Include =" VirtualizingWrapPanel" Version =" 2.3.2 " />
3232
3333 <PackageReference Include =" MaterialDesignThemes" Version =" 3.0.1" Condition =" $(DefineConstants.Contains(NETCOREAPP)) == false " />
3434 <PackageReference Include =" MaterialDesignColors" Version =" 1.2.7" Condition =" $(DefineConstants.Contains(NETCOREAPP)) == false " />
Original file line number Diff line number Diff line change 4848 <RowDefinition Height =" Auto" />
4949 </Grid .RowDefinitions>
5050 <iconPacks : PackIconControl Grid.Row=" 0"
51- Width =" 32 "
52- Height =" 32 "
51+ Width =" 48 "
52+ Height =" 48 "
5353 HorizontalAlignment =" Center"
5454 VerticalAlignment =" Center"
5555 Kind =" {Binding Value, Mode=OneWay, Converter={converter:NullToUnsetValueConverter}}"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ public MainViewModel(Dispatcher dispatcher)
2626 new [ ]
2727 {
2828 ( typeof ( PackIconBootstrapIconsKind ) , typeof ( PackIconBootstrapIcons ) ) ,
29+ ( typeof ( PackIconBoxIcons2Kind ) , typeof ( PackIconBoxIcons2 ) ) ,
2930 ( typeof ( PackIconBoxIconsKind ) , typeof ( PackIconBoxIcons ) ) ,
3031 ( typeof ( PackIconCircumIconsKind ) , typeof ( PackIconCircumIcons ) ) ,
3132 ( typeof ( PackIconCodiconsKind ) , typeof ( PackIconCodicons ) ) ,
You can’t perform that action at this time.
0 commit comments