Ignore:
Timestamp:
Feb 15, 2022, 10:11:54 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Version 1.3.0 release releated changes.

Merged revision(s) 112 from trunk:

  • 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.
Location:
tags/1.3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0

  • tags/1.3.0/Forms/UFormContact.lfm

    r110 r113  
    9090        Width = 265
    9191        ParentFont = False
    92         TabOrder = 2
     92        TabOrder = 3
    9393      end
    9494      object EditPhone: TEdit
     
    9898        Width = 265
    9999        ParentFont = False
    100         TabOrder = 4
     100        TabOrder = 5
    101101      end
    102102      object Label3: TLabel
     
    114114        Width = 216
    115115        ParentFont = False
    116         TabOrder = 6
     116        TabOrder = 7
    117117      end
    118118      object Label4: TLabel
     
    130130        Width = 216
    131131        ParentFont = False
    132         TabOrder = 9
     132        TabOrder = 10
    133133      end
    134134      object Label22: TLabel
     
    182182        Width = 224
    183183        ParentFont = False
    184         TabOrder = 1
     184        TabOrder = 2
    185185      end
    186186      object Label45: TLabel
     
    198198        Width = 217
    199199        ParentFont = False
    200         TabOrder = 10
     200        TabOrder = 11
    201201      end
    202202      object Label9: TLabel
     
    214214        Width = 265
    215215        ParentFont = False
    216         TabOrder = 3
     216        TabOrder = 4
    217217      end
    218218      object EditPager: TEdit
     
    222222        Width = 265
    223223        ParentFont = False
    224         TabOrder = 5
     224        TabOrder = 6
    225225      end
    226226      object Label10: TLabel
     
    246246        Width = 666
    247247        ParentFont = False
    248         TabOrder = 8
     248        TabOrder = 9
    249249      end
    250250      object Label49: TLabel
     
    262262        Width = 265
    263263        ParentFont = False
    264         TabOrder = 7
     264        TabOrder = 8
    265265      end
    266266      object Label56: TLabel
     
    278278        Width = 265
    279279        ParentFont = False
    280         TabOrder = 11
     280        TabOrder = 12
    281281      end
    282282      object SpeedButtonWeb: TSpeedButton
     
    335335        Caption = 'Details'
    336336        OnClick = ButtonNameDetailsClick
    337         TabOrder = 12
     337        TabOrder = 1
    338338      end
    339339    end
     
    432432        Anchors = [akTop, akLeft, akRight]
    433433        Caption = 'Address'
    434         ClientHeight = 259
     434        ClientHeight = 285
    435435        ClientWidth = 895
    436436        TabOrder = 6
     
    674674        Width = 920
    675675        Caption = 'Address'
    676         ClientHeight = 255
     676        ClientHeight = 281
    677677        ClientWidth = 918
    678678        TabOrder = 9
Note: See TracChangeset for help on using the changeset viewer.