mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed information label being shown with any comic opened
This commit is contained in:
parent
fe3cbf2efe
commit
258ce66a28
@ -11,6 +11,7 @@ PageLabelWidget::PageLabelWidget(QWidget * parent)
|
||||
{
|
||||
animation = new QPropertyAnimation(this,"pos");
|
||||
animation->setDuration(150);
|
||||
animation->setEndValue(QPoint((parent->geometry().size().width()-this->width()),-this->height()));
|
||||
|
||||
int verticalRes = QApplication::desktop()->screenGeometry().height();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user