Changeset 433


Ignore:
Timestamp:
Apr 28, 2022, 10:50:08 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Controls alignment in Settings form under Linux.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.lfm

    r430 r433  
    88  ClientHeight = 448
    99  ClientWidth = 483
    10   Color = clBlack
     10  Color = clBtnFace
    1111  DesignTimePPI = 144
    1212  FormStyle = fsStayOnTop
     
    3838    TabOrder = 1
    3939    TabStop = False
     40    TopIndex = -1
    4041  end
    4142  object ButtonOk: TButtonA
     
    9293    Tag = 15360
    9394    Left = 176
    94     Height = 272
     95    Height = 264
    9596    Top = 32
    9697    Width = 288
     
    109110    TabOrder = 0
    110111    TabStop = False
     112    TopIndex = -1
    111113  end
    112114  object EditShortCutPrimary: TEdit
    113115    Left = 176
    114     Height = 17
    115     Top = 334
     116    Height = 27
     117    Top = 325
    116118    Width = 136
    117119    BorderStyle = bsNone
     
    128130  object EditShortCutSecondary: TEdit
    129131    Left = 328
    130     Height = 17
    131     Top = 335
     132    Height = 27
     133    Top = 325
    132134    Width = 136
    133135    BorderStyle = bsNone
  • trunk/Settings.pas

    r426 r433  
    7878procedure TSettingsDlg.FormCreate(Sender: TObject);
    7979begin
     80  Color := clBlack;
    8081  LocalKeyBindings := TKeyBindings.Create;
    8182
Note: See TracChangeset for help on using the changeset viewer.