mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-29 23:01:44 +01:00
IDE: editortoolbar: auto height
git-svn-id: trunk@54246 -
This commit is contained in:
parent
2135d3058f
commit
5ca3bfadd0
@ -204,7 +204,7 @@ begin
|
|||||||
// Toolbar must be created with Align = alTop, then initial positioning of buttons is correct.
|
// Toolbar must be created with Align = alTop, then initial positioning of buttons is correct.
|
||||||
FToolBar := TToolbar.Create(FWindow);
|
FToolBar := TToolbar.Create(FWindow);
|
||||||
FToolBar.Parent := FWindow;
|
FToolBar.Parent := FWindow;
|
||||||
FToolBar.Height := 26;
|
FToolBar.AutoSize := True;
|
||||||
FToolBar.Align := alTop;
|
FToolBar.Align := alTop;
|
||||||
FToolBar.Flat := True;
|
FToolBar.Flat := True;
|
||||||
FToolBar.Images := IDEImages.Images_16;
|
FToolBar.Images := IDEImages.Images_16;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user