Fix "view" icon size

This commit is contained in:
Ben Olden-Cooligan 2022-12-22 20:12:15 -08:00
parent cd65bce057
commit 8072cde0c6
4 changed files with 14 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class DesktopCommands
ViewImage = new ActionCommand(desktopSubFormController.ShowViewerForm)
{
Text = UiStrings.View,
Image = iconProvider.GetIcon("zoom")
Image = iconProvider.GetIcon("zoom_small")
};
Crop = new ActionCommand(desktopSubFormController.ShowCropForm)
{

View File

@ -928,5 +928,15 @@ namespace NAPS2 {
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] zoom_small {
get {
object obj = ResourceManager.GetObject("zoom_small", resourceCulture);
return ((byte[])(obj));
}
}
}
}

View File

@ -379,4 +379,7 @@
<data name="zoom" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\zoom.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="zoom_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\zoom-small.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B