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:
wp_xxyyzz
2018-04-26 22:01:42 +00:00
parent a20e7f7f74
commit 468c8c7e08
5 changed files with 67 additions and 24 deletions

View File

@ -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;