Ignore:
Timestamp:
Jan 4, 2025, 10:18:42 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: Previous auto save game was not correctly restored if no game was loaded yet.
  • Modified: Use new higher resolution application image in about dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r365 r386  
    11object FormSettings: TFormSettings
    22  Left = 545
    3   Height = 613
     3  Height = 353
    44  Top = 203
    5   Width = 857
     5  Width = 689
    66  ActiveControl = ButtonOk
    77  Caption = 'Settings'
    8   ClientHeight = 613
    9   ClientWidth = 857
     8  ClientHeight = 353
     9  ClientWidth = 689
    1010  Constraints.MinHeight = 200
    1111  Constraints.MinWidth = 300
     
    1616  LCLVersion = '3.6.0.0'
    1717  object ButtonOk: TButton
    18     Left = 608
     18    Left = 440
    1919    Height = 38
    20     Top = 568
     20    Top = 308
    2121    Width = 114
    2222    Anchors = [akRight, akBottom]
     
    2727  end
    2828  object ButtonCancel: TButton
    29     Left = 735
     29    Left = 567
    3030    Height = 38
    31     Top = 568
     31    Top = 308
    3232    Width = 114
    3333    Anchors = [akRight, akBottom]
     
    3939  object PageControl1: TPageControl
    4040    Left = 8
    41     Height = 552
     41    Height = 292
    4242    Top = 8
    43     Width = 841
     43    Width = 673
    4444    ActivePage = TabSheetGeneral
    4545    Align = alTop
     
    5151    object TabSheetGeneral: TTabSheet
    5252      Caption = 'General'
    53       ClientHeight = 512
    54       ClientWidth = 831
     53      ClientHeight = 252
     54      ClientWidth = 663
    5555      ParentFont = False
    5656      object Panel1: TPanel
    5757        Left = 0
    58         Height = 512
     58        Height = 252
    5959        Top = 0
    60         Width = 831
     60        Width = 663
    6161        Align = alClient
    6262        BevelOuter = bvNone
    63         ClientHeight = 512
    64         ClientWidth = 831
     63        ClientHeight = 252
     64        ClientWidth = 663
    6565        ParentFont = False
    6666        TabOrder = 0
     
    8585        end
    8686        object ComboBoxTheme: TComboBox
    87           Left = 176
     87          Left = 178
    8888          Height = 42
    8989          Top = 72
     
    133133    object TabSheetDebug: TTabSheet
    134134      Caption = 'Debug'
    135       ClientHeight = 512
    136       ClientWidth = 831
     135      ClientHeight = 252
     136      ClientWidth = 663
    137137      ParentFont = False
    138138      object Panel2: TPanel
    139139        Left = 0
    140         Height = 512
     140        Height = 252
    141141        Top = 0
    142         Width = 831
     142        Width = 663
    143143        Align = alClient
    144144        BevelOuter = bvNone
    145         ClientHeight = 512
    146         ClientWidth = 831
     145        ClientHeight = 252
     146        ClientWidth = 663
    147147        ParentFont = False
    148148        TabOrder = 0
     
    151151          Height = 24
    152152          Top = 32
    153           Width = 799
     153          Width = 631
    154154          Anchors = [akTop, akLeft, akRight]
    155155          AutoSize = False
     
    203203          Height = 26
    204204          Top = 136
    205           Width = 803
     205          Width = 635
    206206          Anchors = [akTop, akLeft, akRight]
    207207          AutoSize = False
Note: See TracChangeset for help on using the changeset viewer.