Ignore:
Timestamp:
Feb 15, 2022, 9:42:57 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Contact photo was not saved correctly.
  • Fixed: URL contact photo was incorrectly encoded with BASE64 encoding.
  • Fixed: Disabled not correctly working autodetection of max. line length.
  • Fixed: Tab order in Contact name details window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNameDetails.lfm

    r110 r112  
    2121    Anchors = [akTop, akLeft, akRight]
    2222    ParentFont = False
    23     TabOrder = 0
     23    TabOrder = 1
    2424  end
    2525  object Label1: TLabel
     
    4646    Anchors = [akTop, akLeft, akRight]
    4747    ParentFont = False
    48     TabOrder = 1
     48    TabOrder = 3
    4949  end
    5050  object EditMiddleName: TEdit
     
    8080    Anchors = [akTop, akLeft, akRight]
    8181    ParentFont = False
    82     TabOrder = 3
     82    TabOrder = 0
    8383  end
    8484  object Label27: TLabel
     
    107107    Caption = 'OK'
    108108    ModalResult = 1
    109     TabOrder = 5
     109    TabOrder = 6
    110110  end
    111111  object ButtonCancel: TButton
     
    117117    Caption = 'Cancel'
    118118    ModalResult = 2
    119     TabOrder = 6
     119    TabOrder = 5
    120120  end
    121121end
Note: See TracChangeset for help on using the changeset viewer.