removed dep to main act

This commit is contained in:
Basile Burg 2015-09-23 07:34:16 +02:00
parent 7329af23f0
commit a7866eb88f
2 changed files with 2 additions and 13 deletions

View File

@ -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

View File

@ -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];