From cf5965b6ae97c8dc9b985745fa5a291b927bd3bb Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 6 Feb 2008 10:24:09 +0000 Subject: [PATCH] fix min splitter size in docked ide test git-svn-id: trunk@13994 - --- ide/uniteditor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/uniteditor.pp b/ide/uniteditor.pp index 2521edcf75..7e7e7436dc 100644 --- a/ide/uniteditor.pp +++ b/ide/uniteditor.pp @@ -2991,7 +2991,7 @@ begin begin Parent := Self; Align := Al; - MinSize := 0; + MinSize := 1; AutoSnap := False; Visible := False; end;