fixed information label being shown with any comic opened

This commit is contained in:
Luis Ángel San Martín 2014-06-04 22:08:11 +02:00
parent fe3cbf2efe
commit 258ce66a28

View File

@ -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();