Skip to content

Commit

Permalink
Update icon pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ReMinoer committed Jul 26, 2022
1 parent 159e885 commit 3cadee4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Calame.Icons/Calame.Icons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectReference Include="..\External\Glyph\Glyph\Glyph.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="4.8.0" />
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="4.11.0" />
<PackageReference Include="MonoGame.Framework.Portable" Version="3.7.1.189" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Calame.Icons/Descriptors/ComponentIconDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public override IconDescription GetTypeIcon(Type type)
if (type.Is<RendererBase>())
return new IconDescription(PackIconMaterialKind.ProjectorScreen, GraphicsCategoryBrush);
if (type.Is<EffectLoader>())
return new IconDescription(PackIconMaterialKind.Gradient, GraphicsCategoryBrush);
return new IconDescription(PackIconMaterialKind.GradientVertical, GraphicsCategoryBrush);

if (type.Is<SongPlayer>())
return new IconDescription(PackIconMaterialKind.Radio, AudioCategoryBrush);
Expand Down
2 changes: 1 addition & 1 deletion Calame.Icons/Providers/CalameIconProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected override PackIconMaterialKind GetTargetKey(CalameIconKey key)
case CalameIconKey.Reset: return PackIconMaterialKind.RotateLeft;
case CalameIconKey.ViewerDebugMode: return PackIconMaterialKind.ApplicationCog;

case CalameIconKey.DefaultCamera: return PackIconMaterialKind.AppleAirplay;
case CalameIconKey.DefaultCamera: return PackIconMaterialKind.CastVariant;
case CalameIconKey.FreeCamera: return PackIconMaterialKind.Video;
case CalameIconKey.ResetCamera: return PackIconMaterialKind.CameraMeteringMatrix;
case CalameIconKey.FocusCamera: return PackIconMaterialKind.CameraMeteringCenter;
Expand Down
2 changes: 1 addition & 1 deletion Demos/Calame.Demo/Calame.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="4.8.0" />
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="4.11.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Calame.Icons\Calame.Icons.csproj" />
Expand Down

0 comments on commit 3cadee4

Please sign in to comment.