mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 20:21:33 +02: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.
|
||||
FToolBar := TToolbar.Create(FWindow);
|
||||
FToolBar.Parent := FWindow;
|
||||
FToolBar.Height := 26;
|
||||
FToolBar.AutoSize := True;
|
||||
FToolBar.Align := alTop;
|
||||
FToolBar.Flat := True;
|
||||
FToolBar.Images := IDEImages.Images_16;
|
||||
|
Loading…
Reference in New Issue
Block a user