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:
juha 2015-11-22 17:05:15 +00:00
parent 22750460e4
commit ec869d657e

View File

@ -4078,7 +4078,8 @@ begin
Caption := '';
Height := InfoBoxHeight;
Parent := Self;
BevelOuter := bvLowered;
BevelOuter := bvNone;
BevelInner := bvNone;
Align := alBottom;
PopupMenu := MainPopupMenu;
Visible := FShowInfoBox;