mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 12:32:55 +02:00
ideintf: fix autosize ShortCutPropertyEditor. Issue #29266
git-svn-id: trunk@51173 -
This commit is contained in:
parent
67c66fed35
commit
56e2b65b29
@ -5140,9 +5140,9 @@ var
|
||||
Dlg: TForm;
|
||||
BtnPanel: TButtonPanel;
|
||||
begin
|
||||
Dlg:=TForm.Create(Application);
|
||||
try
|
||||
Dlg:=TForm.Create(nil);
|
||||
Dlg.BorderStyle:=bsToolWindow;
|
||||
Dlg.BorderIcons:=[biSystemMenu];
|
||||
Dlg.Caption:=oisSelectShortCut;
|
||||
Dlg.Position:=poScreenCenter;
|
||||
Dlg.Constraints.MinWidth:=350;
|
||||
|
Loading…
Reference in New Issue
Block a user