mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 11:39:15 +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,
|
ControlStyle := [csAcceptsControls, csCaptureMouse, csClickEvents,
|
||||||
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground, csOpaque];
|
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground, csOpaque];
|
||||||
FFlat := True;
|
FFlat := True;
|
||||||
|
Height := 32;
|
||||||
FButtonWidth := 23;
|
FButtonWidth := 23;
|
||||||
FButtonHeight := 22;
|
FButtonHeight := 22;
|
||||||
Details := ThemeServices.GetElementDetails(ttbSplitButtonDropDownNormal);
|
Details := ThemeServices.GetElementDetails(ttbSplitButtonDropDownNormal);
|
||||||
|
Loading…
Reference in New Issue
Block a user