Changeset 409 for trunk/Settings.lfm


Ignore:
Timestamp:
Nov 3, 2021, 5:46:27 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Incorrect font in settings window edit boxes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.lfm

    r385 r409  
    113113  object EditShortCutPrimary: TEdit
    114114    Left = 176
    115     Height = 42
     115    Height = 40
    116116    Top = 256
    117117    Width = 136
     118    Color = clBlack
    118119    Enabled = False
     120    Font.Charset = DEFAULT_CHARSET
     121    Font.Color = 4176863
     122    Font.Height = -15
     123    Font.Name = 'Times New Roman'
     124    Font.Style = [fsBold]
    119125    OnKeyUp = EditShortCutPrimaryKeyUp
     126    ParentFont = False
    120127    TabOrder = 2
    121128  end
    122129  object EditShortCutSecondary: TEdit
    123130    Left = 328
    124     Height = 42
     131    Height = 40
    125132    Top = 257
    126133    Width = 136
     134    Color = clBlack
    127135    Enabled = False
     136    Font.Charset = DEFAULT_CHARSET
     137    Font.Color = 4176863
     138    Font.Height = -15
     139    Font.Name = 'Times New Roman'
     140    Font.Style = [fsBold]
    128141    OnKeyUp = EditShortCutSecondaryKeyUp
     142    ParentFont = False
    129143    TabOrder = 3
    130144  end
Note: See TracChangeset for help on using the changeset viewer.