summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2009-02-11 09:40:37 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2009-02-11 09:40:37 +0000
commit24ce13bd2640e9703cd24cc005be0a071ce0043d (patch)
tree8e7378c58a9e7f95e2e4a2a0bb28d0ed4a0ca201 /extras
parente95e6f6ba3f6725eb38599b88c12cab1f659bbf3 (diff)
downloadfpGUI-24ce13bd2640e9703cd24cc005be0a071ce0043d.tar.xz
* Updated the language inc generator program.
* Replaced all lang_xxx.inc files with auto generated ones. * New constant for Hint Window time.
Diffstat (limited to 'extras')
-rw-r--r--extras/tiopf/gui/tiListMediators.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/tiopf/gui/tiListMediators.pas b/extras/tiopf/gui/tiListMediators.pas
index c816a263..8de5f902 100644
--- a/extras/tiopf/gui/tiListMediators.pas
+++ b/extras/tiopf/gui/tiListMediators.pas
@@ -197,6 +197,7 @@ begin
lc.AutoSize := False;
lc.Caption := lInfo.Caption;
lc.Width := lInfo.FieldWidth;
+// lc.CaptionAlignment:= lInfo.Alignment;
lc.Alignment := lInfo.Alignment;
lc.Resizable := True;
View.Columns.Add(lc);