mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
new ribbon for read comics (only in gl comic flow)
This commit is contained in:
@ -67,5 +67,6 @@
|
||||
<file>../images/glowLine.png</file>
|
||||
<file>../images/clearSearch.png</file>
|
||||
<file>../images/iconSearch.png</file>
|
||||
<file>../images/readRibbon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -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