mirror of https://gitlab.com/basile.b/dexed.git
removed dep to main act
This commit is contained in:
parent
7329af23f0
commit
a7866eb88f
|
@ -69,15 +69,6 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
OnClick = btnAddFileClick
|
||||
ShowCaption = False
|
||||
end
|
||||
object btnProjOpts: TSpeedButton
|
||||
Left = 112
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 28
|
||||
Action = CEMainForm.actProjOpts
|
||||
Align = alLeft
|
||||
ShowCaption = False
|
||||
end
|
||||
object btnAddFold: TSpeedButton
|
||||
Left = 56
|
||||
Height = 26
|
||||
|
@ -89,10 +80,10 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
ShowCaption = False
|
||||
end
|
||||
object TreeFilterEdit1: TTreeFilterEdit
|
||||
Left = 142
|
||||
Left = 114
|
||||
Height = 22
|
||||
Top = 2
|
||||
Width = 193
|
||||
Width = 221
|
||||
ButtonWidth = 28
|
||||
NumGlyphs = 1
|
||||
Align = alClient
|
||||
|
|
|
@ -15,7 +15,6 @@ type
|
|||
imgList: TImageList;
|
||||
pnlToolBar: TPanel;
|
||||
btnAddFile: TSpeedButton;
|
||||
btnProjOpts: TSpeedButton;
|
||||
btnAddFold: TSpeedButton;
|
||||
btnRemFile: TSpeedButton;
|
||||
Tree: TTreeView;
|
||||
|
@ -80,7 +79,6 @@ begin
|
|||
AssignPng(btnRemFile, 'document_delete');
|
||||
AssignPng(btnAddFold, 'folder_add');
|
||||
AssignPng(btnRemFold, 'folder_delete');
|
||||
AssignPng(btnProjOpts, 'wrench_orange');
|
||||
//
|
||||
Tree.OnDblClick := @TreeDblClick;
|
||||
fFileNode := Tree.Items[0];
|
||||
|
|
Loading…
Reference in New Issue