mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-05 22:59:29 +01:00
examples: fixed compilation of postscriptcanvas example
git-svn-id: trunk@16058 -
This commit is contained in:
parent
64c7eb142a
commit
74e0c987b3
@ -2,7 +2,7 @@
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="5"/>
|
||||
<Version Value="6"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<SaveClosedFiles Value="False"/>
|
||||
|
||||
@ -45,8 +45,8 @@ begin
|
||||
try
|
||||
PageHeight:=842;
|
||||
PageWidth:=595;
|
||||
TopMarging :=40;
|
||||
LeftMarging:=20;
|
||||
TopMargin:=40;
|
||||
LeftMargin:=20;
|
||||
|
||||
BeginDoc;
|
||||
Font.Size:=24;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user