summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
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);