summaryrefslogtreecommitdiff
path: root/examples/gui/alignment
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/alignment')
-rw-r--r--examples/gui/alignment/aligntest.lpi3
-rw-r--r--examples/gui/alignment/aligntest.lpr1
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/gui/alignment/aligntest.lpi b/examples/gui/alignment/aligntest.lpi
index 65f68a59..3dd0cfa7 100644
--- a/examples/gui/alignment/aligntest.lpi
+++ b/examples/gui/alignment/aligntest.lpi
@@ -4,6 +4,9 @@
<PathDelim Value="/"/>
<Version Value="6"/>
<General>
+ <Flags>
+ <SaveOnlyProjectUnits Value="True"/>
+ </Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<IconPath Value="./"/>
diff --git a/examples/gui/alignment/aligntest.lpr b/examples/gui/alignment/aligntest.lpr
index a13b5ffd..47b5adcd 100644
--- a/examples/gui/alignment/aligntest.lpr
+++ b/examples/gui/alignment/aligntest.lpr
@@ -15,7 +15,6 @@ type
lblRight: array[1..3] of TfpgLabel;
lblClient: TfpgLabel;
lblNone: TfpgLabel;
- AlignRect: TfpgRect;
public
procedure AfterCreate; override;
end;