mirror of
https://github.com/YACReader/yacreader
synced 2025-08-14 18:25:28 -04:00
new ribbon for read comics (only in gl comic flow)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user