Ignore:
Timestamp:
Aug 21, 2024, 11:30:27 AM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Use monospace font.
  • Modified: Do not extra scale controls dimensions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSourceCode.lfm

    r154 r176  
    1717    Width = 672
    1818    Align = alClient
    19     Font.Height = 13
    20     Font.Name = 'Courier New'
     19    Font.Height = 20
     20    Font.Name = 'Liberation Mono'
    2121    Font.Pitch = fpFixed
    22     Font.Quality = fqNonAntialiased
     22    Font.Quality = fqAntialiased
    2323    ParentColor = False
    2424    ParentFont = False
     
    2727    OnKeyUp = MemoSourceKeyUp
    2828    OnMouseDown = MemoSourceMouseDown
    29     Gutter.Width = 76
     29    Gutter.Width = 84
    3030    Gutter.MouseActions = <>
    3131    RightGutter.Width = 0
     
    481481      end
    482482      object SynGutterLineNumber1: TSynGutterLineNumber
    483         Width = 17
     483        Width = 25
    484484        MouseActions = <>
    485485        MarkupInfo.Background = clBtnFace
Note: See TracChangeset for help on using the changeset viewer.