Ignore:
Timestamp:
Dec 9, 2024, 11:55:53 AM (13 days ago)
Author:
chronos
Message:
  • Modified: Lowered minimal swipe distance.
  • Modified: Show score and best score as boxes. Place them according window size.
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Forms/FormAbout.lfm

    r90 r102  
    11object FormAbout: TFormAbout
    2   Left = 929
     2  Left = 624
    33  Height = 402
    4   Top = 519
     4  Top = 622
    55  Width = 702
    66  Caption = 'About'
     
    1010  OnShow = FormShow
    1111  Position = poScreenCenter
    12   LCLVersion = '3.4.0.0'
     12  LCLVersion = '2.2.6.0'
    1313  object LabelDescription: TLabel
    1414    Left = 30
     
    8888      Anchors = [akLeft, akBottom]
    8989      Caption = 'Home page'
     90      OnClick = ButtonHomePageClick
    9091      ParentFont = False
    9192      TabOrder = 0
    92       OnClick = ButtonHomePageClick
    9393    end
    9494    object ButtonClose: TButton
Note: See TracChangeset for help on using the changeset viewer.