summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-12 09:25:20 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-12 09:25:20 +0200
commitae8f7295c64e3ed8b5e506f59c0d1782328baa52 (patch)
treea0592f1f3221fe4f43afb6723e6fe2f3ee83ef38 /src/corelib
parentbbae87798575b7a5b00c8ffd99887524d3a60b6d (diff)
downloadfpGUI-ae8f7295c64e3ed8b5e506f59c0d1782328baa52.tar.xz
minor code formatting
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_widget.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_widget.pas b/src/corelib/fpg_widget.pas
index a7dee237..f2d220db 100644
--- a/src/corelib/fpg_widget.pas
+++ b/src/corelib/fpg_widget.pas
@@ -66,7 +66,7 @@ type
procedure SetActiveWidget(const AValue: TfpgWidget);
function IsShowHintStored: boolean;
procedure SetFormDesigner(const AValue: TObject);
- procedure SetAlign(const AValue: TAlign);
+ procedure SetAlign(const AValue: TAlign);
protected
procedure MsgPaint(var msg: TfpgMessageRec); message FPGM_PAINT;
procedure MsgResize(var msg: TfpgMessageRec); message FPGM_RESIZE;