You've already forked lazarus-ccr
jvcllaz: Make outlookbar component editor high-dpi aware.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6359 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,7 +7,7 @@ uses
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Scaled:=True; // Please remove this if Lazarus is older than 1.8
|
||||
Application.Scaled := True; // Remove this line if Lazarus is older than 1.8
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TOLBarMainForm, OLBarMainForm);
|
||||
Application.Run;
|
||||
|
Reference in New Issue
Block a user