Update icons for ProfilesForm and ScannerSharingForm

This commit is contained in:
Ben Olden-Cooligan 2023-11-27 18:23:47 -08:00
parent d447907778
commit 0ed7efd4ae
13 changed files with 831 additions and 545 deletions

View File

@ -10,6 +10,8 @@ Changes in 7.2.0:
- "Apple Driver" on Mac and "Sane Driver" on Linux should also work
- NAPS2 currently must be kept open on the host for sharing to work
- Shared scanners can be used from any ESCL-capable client, not just NAPS2
- Slightly updated icons in Profiles window
- Bug fixes
Changes in 7.1.2:
- Mac: Fixed scanning with macOS 14 Sonoma

View File

@ -35,7 +35,7 @@ public class ProfileListViewBehavior : ListViewBehavior<ScanProfile>
{
return Icons.scanner_lock.ToEtoImage();
}
return Icons.scanner_48_old.ToEtoImage();
return Icons.scanner_48.ToEtoImage();
}
public override bool AllowDragDrop => true;

View File

@ -14,5 +14,5 @@ public class SharedDevicesListViewBehavior : ListViewBehavior<SharedDevice>
public override string GetLabel(SharedDevice item) => item.Name;
public override Image GetImage(SharedDevice item, int imageSize) => Icons.scanner_48_old.ToEtoImage();
public override Image GetImage(SharedDevice item, int imageSize) => Icons.scanner_wireless.ToEtoImage();
}

File diff suppressed because it is too large Load Diff

View File

@ -175,9 +175,6 @@
<data name="scanner_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-32-rev2.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="scanner_48_old" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-48-rev1.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="scanner_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-48-rev2.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
@ -188,13 +185,16 @@
<value>Icons\scanner-128.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="scanner_default" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-default.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>Icons\scanner-default-rev2.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="scanner_lock_default" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-lock-default.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>Icons\scanner-lock-default-rev2.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="scanner_lock" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-lock.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>Icons\scanner-lock-rev2.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="scanner_wireless" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\scanner-wireless-rev2.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="transform_flip" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\transform_flip.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B