diff --git a/sources/factory/ui/addtabledialog.cpp b/sources/factory/ui/addtabledialog.cpp index a9f1e64f1..b50eba5a9 100644 --- a/sources/factory/ui/addtabledialog.cpp +++ b/sources/factory/ui/addtabledialog.cpp @@ -103,7 +103,7 @@ Qt::Alignment AddTableDialog::headerAlignment() const case 0 : return Qt::AlignLeft; case 1: - return Qt::AlignCenter; + return Qt::AlignHCenter; default: return Qt::AlignRight; } @@ -135,7 +135,7 @@ Qt::Alignment AddTableDialog::tableAlignment() const case 0 : return Qt::AlignLeft; case 1: - return Qt::AlignCenter; + return Qt::AlignHCenter; default: return Qt::AlignRight; }