Changeset 430


Ignore:
Timestamp:
Apr 28, 2022, 10:07:25 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Improved Settings dialog controls aligment to better use available space.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.lfm

    r426 r430  
    88  ClientHeight = 448
    99  ClientWidth = 483
     10  Color = clBlack
    1011  DesignTimePPI = 144
    1112  FormStyle = fsStayOnTop
     
    1617  OnShow = FormShow
    1718  Position = poScreenCenter
    18   LCLVersion = '2.0.12.0'
     19  LCLVersion = '2.2.0.4'
    1920  Scaled = False
    2021  object ListLanguages: TListBox
    2122    Tag = 15360
    2223    Left = 16
    23     Height = 267
     24    Height = 320
    2425    Top = 32
    2526    Width = 144
     
    3738    TabOrder = 1
    3839    TabStop = False
    39     TopIndex = -1
    4040  end
    4141  object ButtonOk: TButtonA
     
    6969  object Up2Btn: TButtonC
    7070    Tag = 6912
    71     Left = 432
     71    Left = 452
    7272    Height = 12
    73     Top = 328
     73    Top = 360
    7474    Width = 12
    7575    Down = False
     
    8080  object Down2Btn: TButtonC
    8181    Tag = 6912
    82     Left = 432
     82    Left = 452
    8383    Height = 12
    84     Top = 340
     84    Top = 372
    8585    Width = 12
    8686    Down = False
     
    9292    Tag = 15360
    9393    Left = 176
    94     Height = 192
     94    Height = 272
    9595    Top = 32
    9696    Width = 288
     
    109109    TabOrder = 0
    110110    TabStop = False
    111     TopIndex = -1
    112111  end
    113112  object EditShortCutPrimary: TEdit
    114113    Left = 176
    115     Height = 19
    116         BorderStyle = bsNone
    117     Top = 256
     114    Height = 17
     115    Top = 334
    118116    Width = 136
     117    BorderStyle = bsNone
    119118    Color = clBlack
    120119    Enabled = False
    121     Font.Charset = DEFAULT_CHARSET
    122120    Font.Color = 4176863
    123121    Font.Height = -15
     
    130128  object EditShortCutSecondary: TEdit
    131129    Left = 328
    132     Height = 19
    133         BorderStyle = bsNone
    134     Top = 257
     130    Height = 17
     131    Top = 335
    135132    Width = 136
     133    BorderStyle = bsNone
    136134    Color = clBlack
    137135    Enabled = False
    138     Font.Charset = DEFAULT_CHARSET
    139136    Font.Color = 4176863
    140137    Font.Height = -15
Note: See TracChangeset for help on using the changeset viewer.