spktoolbar: Simplify Contents Editor form

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6199 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-02-12 11:15:06 +00:00
parent a6420aeb05
commit 81e637a3af

View File

@ -127,9 +127,6 @@ implementation
{$R *.lfm} {$R *.lfm}
uses
IDEWindowIntf;
resourcestring resourcestring
RSCannotMoveAboveFirstElement = 'You can not move above the top of the first element!'; RSCannotMoveAboveFirstElement = 'You can not move above the top of the first element!';
RSCannotMoveBeyondLastElement = 'You can not move beyond the last element!'; RSCannotMoveBeyondLastElement = 'You can not move beyond the last element!';
@ -1175,8 +1172,6 @@ begin
tvStructure.Images := ilTreeImages; tvStructure.Images := ilTreeImages;
end; end;
tbToolbar.ButtonHeight := tbToolbar.Images.Height + 8; tbToolbar.ButtonHeight := tbToolbar.Images.Height + 8;
// tbToolbar.ButtonWidth := tbToolbar.Images.Width + 8;
IDEDialogLayoutList.ApplyLayout(self);
end; end;
end. end.