mirror of https://gitlab.com/basile.b/dexed.git
todo list, libman, auto size columns
This commit is contained in:
parent
dfbe175866
commit
9b18cdad22
|
@ -120,20 +120,22 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
Top = 32
|
||||
Width = 458
|
||||
Align = alClient
|
||||
AutoWidthLastColumn = True
|
||||
BorderSpacing.Around = 4
|
||||
Columns = <
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Alias'
|
||||
Width = 100
|
||||
Width = 37
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Library file'
|
||||
Width = 200
|
||||
Width = 67
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Sources root'
|
||||
Width = 154
|
||||
Width = 350
|
||||
end>
|
||||
GridLines = True
|
||||
HideSelection = False
|
||||
|
|
|
@ -75,24 +75,29 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
BorderSpacing.Around = 4
|
||||
Columns = <
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'text'
|
||||
Width = 250
|
||||
Width = 31
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'category'
|
||||
Width = 100
|
||||
Width = 58
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'assignee'
|
||||
Width = 100
|
||||
Width = 57
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'status'
|
||||
Width = 100
|
||||
Width = 43
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'priority'
|
||||
Width = 75
|
||||
Width = 383
|
||||
end>
|
||||
ReadOnly = True
|
||||
SortType = stText
|
||||
|
|
Loading…
Reference in New Issue