Ignore:
Timestamp:
Oct 5, 2019, 12:31:23 PM (5 years ago)
Author:
chronos
Message:
  • Added: Application icon.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.pas

    r8 r18  
    5656      SReleaseDate + ': ' + DateToStr(ApplicationInfo.ReleaseDate) + LineEnding +
    5757      SLicense + ': ' + ApplicationInfo.License;
     58    Image1.Picture.Bitmap.SetSize(Application.Icon.Width, Application.Icon.Height);
    5859    Image1.Picture.Bitmap.Assign(Application.Icon);
    5960  end;
Note: See TracChangeset for help on using the changeset viewer.