mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 01:30:38 +02:00
IdeIntf: Remove an extra frame from info panel in Object Inspector. Issue #29069, patch from Alexey Torgashin.
git-svn-id: trunk@50471 -
This commit is contained in:
parent
22750460e4
commit
ec869d657e
@ -4078,7 +4078,8 @@ begin
|
||||
Caption := '';
|
||||
Height := InfoBoxHeight;
|
||||
Parent := Self;
|
||||
BevelOuter := bvLowered;
|
||||
BevelOuter := bvNone;
|
||||
BevelInner := bvNone;
|
||||
Align := alBottom;
|
||||
PopupMenu := MainPopupMenu;
|
||||
Visible := FShowInfoBox;
|
||||
|
Loading…
Reference in New Issue
Block a user