From a7866eb88f98d0f7d7a79cff182c0cbc48ab559a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 23 Sep 2015 07:34:16 +0200 Subject: [PATCH] removed dep to main act --- src/ce_projinspect.lfm | 13 ++----------- src/ce_projinspect.pas | 2 -- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/ce_projinspect.lfm b/src/ce_projinspect.lfm index 0c3dc24c..ccce9592 100644 --- a/src/ce_projinspect.lfm +++ b/src/ce_projinspect.lfm @@ -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 diff --git a/src/ce_projinspect.pas b/src/ce_projinspect.pas index 5b860349..f30220a3 100644 --- a/src/ce_projinspect.pas +++ b/src/ce_projinspect.pas @@ -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];