mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:01:20 +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
|
with InfoPanel do
|
||||||
begin
|
begin
|
||||||
Name := 'InfoPanel';
|
Name := 'InfoPanel';
|
||||||
// Constraints.MinHeight := 16; Should there be MinHeight?
|
Constraints.MinHeight := 8;
|
||||||
Caption := '';
|
Caption := '';
|
||||||
Height := InfoBoxHeight;
|
Height := InfoBoxHeight;
|
||||||
Parent := Self;
|
Parent := Self;
|
||||||
|
Loading…
Reference in New Issue
Block a user