Changeset 18


Ignore:
Timestamp:
Oct 5, 2019, 12:31:23 PM (5 years ago)
Author:
chronos
Message:
  • Added: Application icon.
Location:
trunk
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r8 r18  
    7373      Top = 19
    7474      Width = 83
     75      Proportional = True
     76      Stretch = True
    7577    end
    7678    object LabelAppName: TLabel
  • 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;
  • trunk/UCore.lfm

    r12 r18  
    2727    EmailContact = 'robie@centrum.cz'
    2828    AppName = '2048'
    29     Description = 'Classic 2048 game.'
     29    Description = 'Classic 2048 puzzle game.'
    3030    ReleaseDate = 43742
    3131    RegistryKey = '\Software\Chronosoft\2048'
Note: See TracChangeset for help on using the changeset viewer.