mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
AddTableDialog : fix minor bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user