summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-02-03 15:43:39 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-02-03 15:43:39 +0200
commit9217046385d4c76a0e289d1645eda7c3ab0d5f96 (patch)
treeadfe0431fa6f6851a99cb3297fe0fe10c05bf735
parent775a3ceac4fbfd3c82a063cf5d6db522830c43a4 (diff)
downloadfpGUI-9217046385d4c76a0e289d1645eda7c3ab0d5f96.tar.xz
very minor code formatting fix.
-rw-r--r--src/gui/fpg_label.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_label.pas b/src/gui/fpg_label.pas
index 94a0df4c..f5456cd1 100644
--- a/src/gui/fpg_label.pas
+++ b/src/gui/fpg_label.pas
@@ -183,7 +183,7 @@ end;
procedure TfpgCustomLabel.ResizeLabel;
begin
if FAutoSize and not FWrapText then
- Width:= FFont.TextWidth(FText);
+ Width := FFont.TextWidth(FText);
UpdateWindowPosition;
RePaint;
end;