mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
IDE: Allow restoring TUseUnitDialog size less than 500x460. Issue #31180, patch from FTurtle.
git-svn-id: trunk@53847 -
This commit is contained in:
parent
1cafe8164f
commit
cd6981962f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user