layout update

This commit is contained in:
Luis Ángel San Martín
2015-12-10 20:08:53 +01:00
parent c015558223
commit 5a4b993fbb

View File

@ -37,7 +37,7 @@ PageLabelWidget::PageLabelWidget(QWidget * parent)
if(parent != 0)
move(QPoint((parent->geometry().size().width()-this->width()),-this->height()));
layout->addWidget(textLabel);
layout->addWidget(textLabel, 0 , Qt::AlignCenter);
setLayout(layout);
}