new ribbon for read comics (only in gl comic flow)

This commit is contained in:
Luis Ángel San Martín
2013-05-17 07:34:46 +02:00
parent 36ad46a632
commit ea2216aef5
4 changed files with 10 additions and 9 deletions

View File

@ -130,7 +130,7 @@ void LibraryWindow::doLayout()
m.scale(-1,1);
QImage image(":/images/setRead.png");
QImage imageTransformed = image.transformed(m,Qt::SmoothTransformation);
comicFlow->setMarkImage(imageTransformed);
comicFlow->setMarkImage(imageTransformed); //not used in flowGL...
int heightDesktopResolution = QApplication::desktop()->screenGeometry().height();
int height,width;
height = heightDesktopResolution*0.39;