mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 01:12:57 +02:00
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:
parent
d186f4212a
commit
85fa5c550a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user