From cee021ddd3d67bfcbcaf1b51c33ee4ba4e83125e Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 21 Nov 2013 23:24:58 -0200 Subject: Better positioning of the text on the table cells. Better positioning of the text on the table cells. On KDE systems the text got too near the line that divided the cells, this way the text is placed on the middle of the cell. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 16ba80a56..01325638c 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -105,7 +105,7 @@ QVariant CylindersModel::data(const QModelIndex& index, int role) const break; } case Qt::TextAlignmentRole: - ret = Qt::AlignHCenter; + ret = Qt::AlignCenter; break; case Qt::DisplayRole: case Qt::EditRole: -- cgit v1.2.3-70-g09d2