IDE: editortoolbar: auto height

git-svn-id: trunk@54246 -
This commit is contained in:
ondrej 2017-02-21 23:00:57 +00:00
parent 2135d3058f
commit 5ca3bfadd0

View File

@ -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;