mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
layout update
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user