ExamplesWindow: Add missing icon, provided by Roland Hahn.

This commit is contained in:
wp_xyz 2023-03-02 17:54:45 +01:00
parent 8df9adae97
commit 9a06dc418f
6 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,3 @@
dir /b /l /on *.png > files.txt
..\..\..\tools\lazres.exe ..\exampleprojects_images.res @files.txt
del files.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -31,6 +31,8 @@ procedure Register;
implementation
{$R exampleprojects_images.res}
uses
uLaz_Examples, uConst, ExWinSettings;