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/FormSettings.lfm

    r317 r325  
    1616  LCLVersion = '3.4.0.0'
    1717  object ButtonOk: TButton
    18     Left = 775
    19     Height = 25
    20     Top = 574
    21     Width = 74
     18    Left = 735
     19    Height = 38
     20    Top = 568
     21    Width = 114
    2222    Anchors = [akRight, akBottom]
    2323    Caption = 'Ok'
     
    2727  end
    2828  object ButtonCancel: TButton
    29     Left = 680
    30     Height = 25
    31     Top = 574
    32     Width = 74
     29    Left = 600
     30    Height = 38
     31    Top = 568
     32    Width = 114
    3333    Anchors = [akRight, akBottom]
    3434    Caption = 'Cancel'
     
    3939  object PageControl1: TPageControl
    4040    Left = 8
    41     Height = 558
     41    Height = 552
    4242    Top = 8
    4343    Width = 841
     
    5151    object TabSheetGeneral: TTabSheet
    5252      Caption = 'General'
    53       ClientHeight = 518
     53      ClientHeight = 512
    5454      ClientWidth = 831
    5555      ParentFont = False
    5656      object Panel1: TPanel
    5757        Left = 0
    58         Height = 518
     58        Height = 512
    5959        Top = 0
    6060        Width = 831
    6161        Align = alClient
    6262        BevelOuter = bvNone
    63         ClientHeight = 518
     63        ClientHeight = 512
    6464        ClientWidth = 831
    6565        ParentFont = False
     
    151151    object TabSheetDebug: TTabSheet
    152152      Caption = 'Debug'
    153       ClientHeight = 518
     153      ClientHeight = 512
    154154      ClientWidth = 831
    155155      ParentFont = False
    156156      object Panel2: TPanel
    157157        Left = 0
    158         Height = 518
     158        Height = 512
    159159        Top = 0
    160160        Width = 831
    161161        Align = alClient
    162162        BevelOuter = bvNone
    163         ClientHeight = 518
     163        ClientHeight = 512
    164164        ClientWidth = 831
    165165        ParentFont = False
Note: See TracChangeset for help on using the changeset viewer.