mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 18:59:19 +02:00
LCL: initialized toolbar height with default value, fixes issue #20132
git-svn-id: trunk@36087 -
This commit is contained in:
parent
eb25b3d5e7
commit
fe53b9943a
@ -90,6 +90,7 @@ begin
|
||||
ControlStyle := [csAcceptsControls, csCaptureMouse, csClickEvents,
|
||||
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground, csOpaque];
|
||||
FFlat := True;
|
||||
Height := 32;
|
||||
FButtonWidth := 23;
|
||||
FButtonHeight := 22;
|
||||
Details := ThemeServices.GetElementDetails(ttbSplitButtonDropDownNormal);
|
||||
|
Loading…
Reference in New Issue
Block a user