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
|
Top = 32
|
||||||
Width = 458
|
Width = 458
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoWidthLastColumn = True
|
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'Alias'
|
Caption = 'Alias'
|
||||||
Width = 100
|
Width = 37
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'Library file'
|
Caption = 'Library file'
|
||||||
Width = 200
|
Width = 67
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'Sources root'
|
Caption = 'Sources root'
|
||||||
Width = 154
|
Width = 350
|
||||||
end>
|
end>
|
||||||
GridLines = True
|
GridLines = True
|
||||||
HideSelection = False
|
HideSelection = False
|
||||||
|
|
|
@ -75,24 +75,29 @@ inherited CETodoListWidget: TCETodoListWidget
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'text'
|
Caption = 'text'
|
||||||
Width = 250
|
Width = 31
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'category'
|
Caption = 'category'
|
||||||
Width = 100
|
Width = 58
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'assignee'
|
Caption = 'assignee'
|
||||||
Width = 100
|
Width = 57
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'status'
|
Caption = 'status'
|
||||||
Width = 100
|
Width = 43
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
AutoSize = True
|
||||||
Caption = 'priority'
|
Caption = 'priority'
|
||||||
Width = 75
|
Width = 383
|
||||||
end>
|
end>
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
SortType = stText
|
SortType = stText
|
||||||
|
|
Loading…
Reference in New Issue