mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
AddTableDialog : fix minor bug
This commit is contained in:
@@ -103,7 +103,7 @@ Qt::Alignment AddTableDialog::headerAlignment() const
|
|||||||
case 0 :
|
case 0 :
|
||||||
return Qt::AlignLeft;
|
return Qt::AlignLeft;
|
||||||
case 1:
|
case 1:
|
||||||
return Qt::AlignCenter;
|
return Qt::AlignHCenter;
|
||||||
default:
|
default:
|
||||||
return Qt::AlignRight;
|
return Qt::AlignRight;
|
||||||
}
|
}
|
||||||
@@ -135,7 +135,7 @@ Qt::Alignment AddTableDialog::tableAlignment() const
|
|||||||
case 0 :
|
case 0 :
|
||||||
return Qt::AlignLeft;
|
return Qt::AlignLeft;
|
||||||
case 1:
|
case 1:
|
||||||
return Qt::AlignCenter;
|
return Qt::AlignHCenter;
|
||||||
default:
|
default:
|
||||||
return Qt::AlignRight;
|
return Qt::AlignRight;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user