Ignore:
Timestamp:
Jun 25, 2024, 11:18:40 AM (8 days ago)
Author:
chronos
Message:
  • Fixed: Size of buttons was too small in some cases.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormGameSystem.lfm

    r317 r325  
    11object FormGameSystem: TFormGameSystem
    22  Left = 954
    3   Height = 578
     3  Height = 482
    44  Top = 479
    5   Width = 781
     5  Width = 651
    66  Caption = 'Game system'
    7   ClientHeight = 578
    8   ClientWidth = 781
     7  ClientHeight = 482
     8  ClientWidth = 651
    99  DesignTimePPI = 144
    1010  OnCreate = FormCreate
     
    1414    Left = 160
    1515    Height = 38
    16     Top = 528
     16    Top = 432
    1717    Width = 113
    1818    Anchors = [akLeft, akBottom]
     
    2525    Left = 24
    2626    Height = 38
    27     Top = 528
     27    Top = 432
    2828    Width = 113
    2929    Anchors = [akLeft, akBottom]
     
    3434  end
    3535  object ButtonCancel: TButton
    36     Left = 504
     36    Left = 374
    3737    Height = 38
    38     Top = 528
     38    Top = 432
    3939    Width = 113
    4040    Anchors = [akRight, akBottom]
     
    4545  end
    4646  object ButtonOk: TButton
    47     Left = 646
     47    Left = 516
    4848    Height = 38
    49     Top = 528
     49    Top = 432
    5050    Width = 113
    5151    Anchors = [akRight, akBottom]
     
    5757  object PageControl1: TPageControl
    5858    Left = 16
    59     Height = 496
     59    Height = 400
    6060    Top = 16
    61     Width = 743
    62     ActivePage = TabSheetBuildings
     61    Width = 613
     62    ActivePage = TabSheetGeneral
    6363    Anchors = [akTop, akLeft, akRight, akBottom]
    6464    ParentFont = False
    65     TabIndex = 3
     65    TabIndex = 0
    6666    TabOrder = 4
    6767    object TabSheetGeneral: TTabSheet
    6868      Caption = 'General'
    69       ClientHeight = 456
    70       ClientWidth = 733
     69      ClientHeight = 360
     70      ClientWidth = 603
    7171      ParentFont = False
    7272      object CheckBoxEmptyCellsNeutral: TCheckBox
Note: See TracChangeset for help on using the changeset viewer.