Object Inspector: use Constraints.MinHeight for InfoPanel. It cannot be resized any more if Height becomes 0.

git-svn-id: trunk@46293 -
This commit is contained in:
juha 2014-09-22 17:19:24 +00:00
parent d186f4212a
commit 85fa5c550a

View File

@ -4043,7 +4043,7 @@ begin
with InfoPanel do
begin
Name := 'InfoPanel';
// Constraints.MinHeight := 16; Should there be MinHeight?
Constraints.MinHeight := 8;
Caption := '';
Height := InfoBoxHeight;
Parent := Self;