mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +02:00
fix min splitter size in docked ide test
git-svn-id: trunk@13994 -
This commit is contained in:
parent
ccb7d0701c
commit
cf5965b6ae
@ -2991,7 +2991,7 @@ begin
|
||||
begin
|
||||
Parent := Self;
|
||||
Align := Al;
|
||||
MinSize := 0;
|
||||
MinSize := 1;
|
||||
AutoSnap := False;
|
||||
Visible := False;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user