mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 15:20:35 +01:00
added constraints to about form and published TForm.OnShortCut
git-svn-id: trunk@7185 -
This commit is contained in:
parent
ab3ac9755d
commit
93764b38a9
@ -87,6 +87,8 @@ begin
|
||||
Caption:=lisAboutLazarus;
|
||||
Label1.Caption := lisVersion+' #: '+lisLazarusVersionString;
|
||||
Label2.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||
Constraints.MinWidth:= 600;
|
||||
Constraints.MinHeight:= 300;
|
||||
|
||||
Memo1.Lines.Text:=Format(lisAboutLazarusMsg,[LineEnding,LineEnding,LineEnding])
|
||||
+LineEnding+LineEnding
|
||||
|
||||
@ -619,6 +619,7 @@ type
|
||||
property OnMouseUp;
|
||||
property OnPaint;
|
||||
property OnResize;
|
||||
property OnShortCut;
|
||||
property OnShow;
|
||||
property OnStartDock;
|
||||
property OnUnDock;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user