Ignore:
Timestamp:
Nov 25, 2021, 1:51:20 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Memory allocation during files merge.
  • Fixed: Select all context menu action was not selecting all items.
  • Modified: Statusbar moved into contacts form and it is now showin total, filtered and selected number of items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r32 r34  
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 837
     16    Height = 810
    1717    Top = 0
    1818    Width = 1210
     
    5858    Left = 0
    5959    Height = 39
    60     Top = 869
     60    Top = 842
    6161    Width = 1210
    6262    Align = alBottom
     
    8383    Left = 0
    8484    Height = 32
    85     Top = 837
     85    Top = 810
    8686    Width = 1210
    8787    OnChange = ListViewFilter1Change
    8888    Align = alBottom
     89  end
     90  object StatusBar1: TStatusBar
     91    Left = 0
     92    Height = 27
     93    Top = 881
     94    Width = 1210
     95    Panels = <   
     96      item
     97        Width = 50
     98      end>
     99    SimplePanel = False
    89100  end
    90101  object PopupMenuContact: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.