mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
layout update
This commit is contained in:
@ -37,7 +37,7 @@ PageLabelWidget::PageLabelWidget(QWidget * parent)
|
|||||||
if(parent != 0)
|
if(parent != 0)
|
||||||
move(QPoint((parent->geometry().size().width()-this->width()),-this->height()));
|
move(QPoint((parent->geometry().size().width()-this->width()),-this->height()));
|
||||||
|
|
||||||
layout->addWidget(textLabel);
|
layout->addWidget(textLabel, 0 , Qt::AlignCenter);
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user