Changeset 6 for trunk/Game2048.lpr


Ignore:
Timestamp:
Sep 24, 2019, 10:33:34 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Get rendering area size from Form dimensions. Form Canvas dimensions are not updated correctly under Windows.
  • Added: Windows installer script and installer executable.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        44lib
        55heaptrclog.trc
         6Game2048.exe
  • trunk/Game2048.lpr

    r5 r6  
    2525  {$ENDIF}
    2626  RequireDerivedFormResource:=True;
     27  Application.Scaled:=True;
    2728  Application.Initialize;
    2829  Application.CreateForm(TFormMain, FormMain);
Note: See TracChangeset for help on using the changeset viewer.