Add dark versions of module icons.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add dark versions of module icons.
This commit is contained in:
gambas 2017-08-31 16:59:37 +02:00
parent 4d9579f217
commit 0e2a8d062a
8 changed files with 1 additions and 1 deletions

View file

@ -1040,7 +1040,7 @@ Public Sub MakeModuleIcon(sModule As String, iSize As Integer, Optional bStartup
'hImage = hImage.Stretch(iSize, iSize)
'hImageModule = Image.Load("img/module" &/ sModule & ".png") '.Stretch(iSize / 2, iSize / 2)
'hImage.PaintImage(hImageModule, iSize / 16, iSize / 16, iSize * 0.75, iSize * 0.75)
hImage = Image.Load("img/module" &/ sModule & ".png")
hImage = Picture["img/module" &/ sModule & ".png"].Image
hImage = hImage.Stretch(iSize, iSize)
'If bExported Then MakeExportedIcon(hImage)

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B