You've already forked lazarus-ccr
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:
@ -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.
|
||||||
|
Reference in New Issue
Block a user