Add dark versions of module icons.
[DEVELOPMENT ENVIRONMENT] * NEW: Add dark versions of module icons.
|
@ -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)
|
||||
|
|
BIN
app/src/gambas3/img/module/class-dark.png
Normal file
After Width: | Height: | Size: 592 B |
BIN
app/src/gambas3/img/module/form-dark.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
app/src/gambas3/img/module/module-dark.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
app/src/gambas3/img/module/report-dark.png
Normal file
After Width: | Height: | Size: 233 B |
BIN
app/src/gambas3/img/module/termform-dark.png
Normal file
After Width: | Height: | Size: 682 B |
BIN
app/src/gambas3/img/module/webform-dark.png
Normal file
After Width: | Height: | Size: 891 B |
BIN
app/src/gambas3/img/module/webpage-dark.png
Normal file
After Width: | Height: | Size: 379 B |