IDE: Allow restoring TUseUnitDialog size less than 500x460. Issue #31180, patch from FTurtle.

git-svn-id: trunk@53847 -
This commit is contained in:
juha 2017-01-02 23:19:19 +00:00
parent 1cafe8164f
commit cd6981962f

View File

@ -185,7 +185,7 @@ end;
procedure TUseUnitDialog.FormCreate(Sender: TObject);
begin
// Internationalization
IDEDialogLayoutList.ApplyLayout(Self,500,460);
IDEDialogLayoutList.ApplyLayout(Self, 500, 460, False);
AllUnitsCheckBox.Caption := dlgShowAllUnits;
SectionRadioGroup.Caption := dlgInsertSection;
SectionRadioGroup.Items.Clear;