diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2009-02-11 09:40:37 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2009-02-11 09:40:37 +0000 |
commit | 24ce13bd2640e9703cd24cc005be0a071ce0043d (patch) | |
tree | 8e7378c58a9e7f95e2e4a2a0bb28d0ed4a0ca201 /extras | |
parent | e95e6f6ba3f6725eb38599b88c12cab1f659bbf3 (diff) | |
download | fpGUI-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.pas | 1 |
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); |