IDEIntf: improved grab key form size

git-svn-id: trunk@16137 -
This commit is contained in:
mattias 2008-08-19 03:05:18 +00:00
parent e374b51dd5
commit 3dc4969f21

View File

@ -4833,6 +4833,8 @@ begin
Dlg.Position:=poScreenCenter;
Dlg.Constraints.MinWidth:=350;
Dlg.Constraints.MinHeight:=30;
Dlg.Width:=350;
Dlg.Height:=120;
Box:=TShortCutGrabBox.Create(Dlg);
Box.Parent:=Dlg;
@ -6750,6 +6752,8 @@ begin
BorderSpacing.Around:=25;
Parent:=FGrabForm;
end;
FGrabForm.Width:=200;
FGrabForm.Height:=50;
FGrabForm.AutoSize:=true;
FGrabForm.ShowModal;
FreeAndNil(FGrabForm);