mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-19 07:48:15 +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;
|
Dlg: TForm;
|
||||||
BtnPanel: TButtonPanel;
|
BtnPanel: TButtonPanel;
|
||||||
begin
|
begin
|
||||||
|
Dlg:=TForm.Create(Application);
|
||||||
try
|
try
|
||||||
Dlg:=TForm.Create(nil);
|
Dlg.BorderIcons:=[biSystemMenu];
|
||||||
Dlg.BorderStyle:=bsToolWindow;
|
|
||||||
Dlg.Caption:=oisSelectShortCut;
|
Dlg.Caption:=oisSelectShortCut;
|
||||||
Dlg.Position:=poScreenCenter;
|
Dlg.Position:=poScreenCenter;
|
||||||
Dlg.Constraints.MinWidth:=350;
|
Dlg.Constraints.MinWidth:=350;
|
||||||
|
Loading…
Reference in New Issue
Block a user