mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 05:30:59 +02:00
lcl: set ToolBar.Transparent = False by default
git-svn-id: trunk@28154 -
This commit is contained in:
parent
a2421a3173
commit
4439ab142e
@ -60,7 +60,7 @@ var
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
ControlStyle := [csAcceptsControls, csCaptureMouse, csClickEvents,
|
||||
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground];
|
||||
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground, csOpaque];
|
||||
FFlat := True;
|
||||
FButtonWidth := 23;
|
||||
FButtonHeight := 22;
|
||||
|
Loading…
Reference in New Issue
Block a user