Skip to content

Commit a66ee19

Browse files
committed
chore: update MahApps.Metro.IconPacks to 6.2.0
1 parent d775e06 commit a66ee19

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/IconPacks.Browser/IconPacks.Browser.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
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 " />

src/IconPacks.Browser/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
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}}"

src/IconPacks.Browser/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)),

0 commit comments

Comments
 (0)